color codes Logo

#afb12c color codes

#AFB12C
(175,177,44)
0 Favorites   0 Comments

Color spaces of #afb12c

RGB 17517744
HSL0.170.600.43
HSV61°75°69°
CMYK 0.010.000.75   0.31
XYZ33.856040.74018.4621
Yxy40.74010.40760.4905
Hunter Lab63.8280-17.018036.8191
CIE-Lab69.9934-16.227162.9147

#afb12c color RGB value is (175,177,44).

#afb12c hex color red value is 175, green value is 177 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afb12c hue: 0.17 , saturation: 0.60 and the lightness value of afb12c is 0.43.

The process color (four color CMYK) of #afb12c color code is 0.01, 0.00, 0.75, 0.31. Web safe color of #afb12c is #999933. Color #afb12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 00101100
Octal 257 261 54
Decimal 175 177 44
Hex AF B1 2C

RGB Percentages of Color #afb12c

%44.19
%44.70
%11.11

CMYK Percentages of Color #afb12c

%1
%0
%75
%31

Triadic Colors of #afb12c

#afb12c #2cafb1 #b12caf

Analogous Colors of #afb12c

#afb12c #6db12c #b1712c

Monochromatic Colors of #afb12c

#afb12c

Complementary Color

#afb12c #2e2cb1

#afb12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb12c Color CSS Codes

.mybgcolor {background-color:#afb12c; } 
.myforecolor {color:#afb12c; }
.mybordercolor {border:3px solid #afb12c; }

#afb12c Text Font Color

<p style="color:#afb12c">Text here</p>

This sample text font color is #afb12c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afb12c Background Color

<div style="background-color:#afb12c">
Div content here</div>

This div background color is #afb12c


#afb12c Border Color

<div style="border:3px solid #afb12c">
Div here</div>

This div border color is #afb12c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,177,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afb12c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afb12c;
  -webkit-box-shadow: 1px 1px 3px 2px #afb12c;
  box-shadow:         1px 1px 3px 2px #afb12c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,177,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afb12c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afb12c;
  -webkit-box-shadow: 1px 1px 3px 2px #afb12c;
  box-shadow:         1px 1px 3px 2px #afb12c;">
Div content here</div>

This div box has shadow with color #afb12c


Comments

No comments written yet.

Please login to write comment.