Color Hex Logo

#afa00c Color Hex

#AFA00C
(175,160,12)
0 Favorites   0 Comments

Color spaces of #afa00c

RGB 17516012
HSL0.150.870.37
HSV54°93°69°
CMYK 0.000.090.93   0.31
XYZ30.316434.28215.3671
Yxy34.28210.43330.4900
Hunter Lab58.5509-10.040735.5508
CIE-Lab65.1859-8.314066.6443

#afa00c color RGB value is (175,160,12).

#afa00c hex color red value is 175, green value is 160 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #afa00c hue: 0.15 , saturation: 0.87 and the lightness value of afa00c is 0.37.

The process color (four color CMYK) of #afa00c color hex is 0.00, 0.09, 0.93, 0.31. Web safe color of #afa00c is #999900. Color #afa00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00001100
Octal 257 240 14
Decimal 175 160 12
Hex AF A0 C

RGB Percentages of Color #afa00c

%50.43
%46.11
%3.46

CMYK Percentages of Color #afa00c

%0
%9
%93
%31

Triadic Colors of #afa00c

#afa00c #0cafa0 #a00caf

Analogous Colors of #afa00c

#afa00c #6daf0c #af4f0c

Monochromatic Colors of #afa00c

#afa00c

Complementary Color

#afa00c #0c1baf

#afa00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa00c Color CSS Codes

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

#afa00c Text Font Color

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

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


#afa00c Background Color

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

This div background color is #afa00c


#afa00c Border Color

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

This div border color is #afa00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa00c


Comments

No comments written yet.

Please login to write comment.