Color Hex Logo

#afab6f Color Hex

#AFAB6F
(175,171,111)
0 Favorites   0 Comments

Color spaces of #afab6f

RGB 175171111
HSL0.160.290.56
HSV56°37°69°
CMYK 0.000.020.37   0.31
XYZ35.111339.387520.7909
Yxy39.38750.36850.4133
Hunter Lab62.7595-9.965824.2901
CIE-Lab69.0310-7.751331.4365

#afab6f color RGB value is (175,171,111).

#afab6f hex color red value is 175, green value is 171 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afab6f hue: 0.16 , saturation: 0.29 and the lightness value of afab6f is 0.56.

The process color (four color CMYK) of #afab6f color hex is 0.00, 0.02, 0.37, 0.31. Web safe color of #afab6f is #999966. Color #afab6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01101111
Octal 257 253 157
Decimal 175 171 111
Hex AF AB 6F

RGB Percentages of Color #afab6f

%38.29
%37.42
%24.29

CMYK Percentages of Color #afab6f

%0
%2
%37
%31

Triadic Colors of #afab6f

#afab6f #6fafab #ab6faf

Analogous Colors of #afab6f

#afab6f #93af6f #af8b6f

Monochromatic Colors of #afab6f

#afab6f

Complementary Color

#afab6f #6f73af

#afab6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab6f Color CSS Codes

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

#afab6f Text Font Color

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

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


#afab6f Background Color

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

This div background color is #afab6f


#afab6f Border Color

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

This div border color is #afab6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab6f


Comments

No comments written yet.

Please login to write comment.