Color Hex Logo

#afbaaa Color Hex

#AFBAAA
(175,186,170)
0 Favorites   0 Comments

Color spaces of #afbaaa

RGB 175186170
HSL0.280.100.70
HSV101°73°
CMYK 0.060.000.09   0.27
XYZ42.493847.134144.8883
Yxy47.13410.31590.3504
Hunter Lab68.6543-9.66189.2924
CIE-Lab74.2755-6.79366.7955

#afbaaa color RGB value is (175,186,170).

#afbaaa hex color red value is 175, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afbaaa hue: 0.28 , saturation: 0.10 and the lightness value of afbaaa is 0.70.

The process color (four color CMYK) of #afbaaa color hex is 0.06, 0.00, 0.09, 0.27. Web safe color of #afbaaa is #99cc99. Color #afbaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10101010
Octal 257 272 252
Decimal 175 186 170
Hex AF BA AA

RGB Percentages of Color #afbaaa

%32.96
%35.03
%32.02

CMYK Percentages of Color #afbaaa

%6
%0
%9
%27

Triadic Colors of #afbaaa

#afbaaa #aaafba #baaaaf

Analogous Colors of #afbaaa

#afbaaa #aabaad #b7baaa

Monochromatic Colors of #afbaaa

#afbaaa

Complementary Color

#afbaaa #b5aaba

#afbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaaa Color CSS Codes

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

#afbaaa Text Font Color

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

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


#afbaaa Background Color

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

This div background color is #afbaaa


#afbaaa Border Color

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

This div border color is #afbaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,186,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 #afbaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaaa


Comments

No comments written yet.

Please login to write comment.