Color Hex Logo

#afa94f Color Hex

#AFA94F
(175,169,79)
0 Favorites   0 Comments

Color spaces of #afa94f

RGB 17516979
HSL0.160.380.50
HSV56°55°69°
CMYK 0.000.030.55   0.31
XYZ33.278438.054412.9884
Yxy38.05440.39470.4513
Hunter Lab61.6882-11.660730.6983
CIE-Lab68.0607-9.923446.4793

#afa94f color RGB value is (175,169,79).

#afa94f hex color red value is 175, green value is 169 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #afa94f hue: 0.16 , saturation: 0.38 and the lightness value of afa94f is 0.50.

The process color (four color CMYK) of #afa94f color hex is 0.00, 0.03, 0.55, 0.31. Web safe color of #afa94f is #999966. Color #afa94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01001111
Octal 257 251 117
Decimal 175 169 79
Hex AF A9 4F

RGB Percentages of Color #afa94f

%41.37
%39.95
%18.68

CMYK Percentages of Color #afa94f

%0
%3
%55
%31

Triadic Colors of #afa94f

#afa94f #4fafa9 #a94faf

Analogous Colors of #afa94f

#afa94f #85af4f #af794f

Monochromatic Colors of #afa94f

#afa94f

Complementary Color

#afa94f #4f55af

#afa94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa94f Color CSS Codes

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

#afa94f Text Font Color

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

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


#afa94f Background Color

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

This div background color is #afa94f


#afa94f Border Color

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

This div border color is #afa94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa94f


Comments

No comments written yet.

Please login to write comment.