Color Hex Logo

#afa03c Color Hex

#AFA03C
(175,160,60)
0 Favorites   0 Comments

Color spaces of #afa03c

RGB 17516060
HSL0.140.490.46
HSV52°66°69°
CMYK 0.000.090.66   0.31
XYZ31.065634.58189.3126
Yxy34.58180.41440.4613
Hunter Lab58.8063-8.614831.7752
CIE-Lab65.4218-6.539552.2639

#afa03c color RGB value is (175,160,60).

#afa03c hex color red value is 175, green value is 160 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #afa03c hue: 0.14 , saturation: 0.49 and the lightness value of afa03c is 0.46.

The process color (four color CMYK) of #afa03c color hex is 0.00, 0.09, 0.66, 0.31. Web safe color of #afa03c is #999933. Color #afa03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00111100
Octal 257 240 74
Decimal 175 160 60
Hex AF A0 3C

RGB Percentages of Color #afa03c

%44.30
%40.51
%15.19

CMYK Percentages of Color #afa03c

%0
%9
%66
%31

Triadic Colors of #afa03c

#afa03c #3cafa0 #a03caf

Analogous Colors of #afa03c

#afa03c #85af3c #af673c

Monochromatic Colors of #afa03c

#afa03c

Complementary Color

#afa03c #3c4baf

#afa03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa03c Color CSS Codes

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

#afa03c Text Font Color

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

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


#afa03c Background Color

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

This div background color is #afa03c


#afa03c Border Color

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

This div border color is #afa03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa03c


Comments

No comments written yet.

Please login to write comment.