Color Hex Logo

#afa85e Color Hex

#AFA85E
(175,168,94)
0 Favorites   0 Comments

Color spaces of #afa85e

RGB 17516894
HSL0.150.340.53
HSV55°46°69°
CMYK 0.000.040.46   0.31
XYZ33.702237.927416.1341
Yxy37.92740.38400.4322
Hunter Lab61.5852-10.090927.5769
CIE-Lab67.9671-8.030338.9369

#afa85e color RGB value is (175,168,94).

#afa85e hex color red value is 175, green value is 168 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afa85e hue: 0.15 , saturation: 0.34 and the lightness value of afa85e is 0.53.

The process color (four color CMYK) of #afa85e color hex is 0.00, 0.04, 0.46, 0.31. Web safe color of #afa85e is #999966. Color #afa85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01011110
Octal 257 250 136
Decimal 175 168 94
Hex AF A8 5E

RGB Percentages of Color #afa85e

%40.05
%38.44
%21.51

CMYK Percentages of Color #afa85e

%0
%4
%46
%31

Triadic Colors of #afa85e

#afa85e #5eafa8 #a85eaf

Analogous Colors of #afa85e

#afa85e #8eaf5e #af805e

Monochromatic Colors of #afa85e

#afa85e

Complementary Color

#afa85e #5e65af

#afa85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa85e Color CSS Codes

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

#afa85e Text Font Color

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

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


#afa85e Background Color

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

This div background color is #afa85e


#afa85e Border Color

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

This div border color is #afa85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa85e


Comments

No comments written yet.

Please login to write comment.