Color Hex Logo

#afa12c Color Hex

#AFA12C
(175,161,44)
0 Favorites   0 Comments

Color spaces of #afa12c

RGB 17516144
HSL0.150.600.43
HSV54°75°69°
CMYK 0.000.080.75   0.31
XYZ30.878734.78557.4697
Yxy34.78550.42220.4756
Hunter Lab58.9792-9.759633.7764
CIE-Lab65.5813-7.919458.7838

#afa12c color RGB value is (175,161,44).

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

The process color (four color CMYK) of #afa12c color hex is 0.00, 0.08, 0.75, 0.31. Web safe color of #afa12c is #999933. Color #afa12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00101100
Octal 257 241 54
Decimal 175 161 44
Hex AF A1 2C

RGB Percentages of Color #afa12c

%46.05
%42.37
%11.58

CMYK Percentages of Color #afa12c

%0
%8
%75
%31

Triadic Colors of #afa12c

#afa12c #2cafa1 #a12caf

Analogous Colors of #afa12c

#afa12c #7caf2c #af602c

Monochromatic Colors of #afa12c

#afa12c

Complementary Color

#afa12c #2c3aaf

#afa12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa12c Color CSS Codes

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

#afa12c Text Font Color

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

This sample text font color is #afa12c
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.


#afa12c Background Color

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

This div background color is #afa12c


#afa12c Border Color

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

This div border color is #afa12c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,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 #afa12c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa12c


Comments

No comments written yet.

Please login to write comment.