Color Hex Logo

#afb8aa Color Hex

#AFB8AA
(175,184,170)
0 Favorites   0 Comments

Color spaces of #afb8aa

RGB 175184170
HSL0.270.090.69
HSV99°72°
CMYK 0.050.000.08   0.28
XYZ42.075446.297244.7489
Yxy46.29720.31610.3478
Hunter Lab68.0420-8.69398.6364
CIE-Lab73.7380-5.73586.0230

#afb8aa color RGB value is (175,184,170).

#afb8aa hex color red value is 175, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afb8aa hue: 0.27 , saturation: 0.09 and the lightness value of afb8aa is 0.69.

The process color (four color CMYK) of #afb8aa color hex is 0.05, 0.00, 0.08, 0.28. Web safe color of #afb8aa is #99cc99. Color #afb8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 10101010
Octal 257 270 252
Decimal 175 184 170
Hex AF B8 AA

RGB Percentages of Color #afb8aa

%33.08
%34.78
%32.14

CMYK Percentages of Color #afb8aa

%5
%0
%8
%28

Triadic Colors of #afb8aa

#afb8aa #aaafb8 #b8aaaf

Analogous Colors of #afb8aa

#afb8aa #aab8ac #b6b8aa

Monochromatic Colors of #afb8aa

#afb8aa

Complementary Color

#afb8aa #b3aab8

#afb8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8aa Color CSS Codes

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

#afb8aa Text Font Color

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

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


#afb8aa Background Color

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

This div background color is #afb8aa


#afb8aa Border Color

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

This div border color is #afb8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8aa

#afb8aa Color Palettes


Comments

No comments written yet.

Please login to write comment.