Color Hex Logo

#afbaab Color Hex

#AFBAAB
(175,186,171)
0 Favorites   0 Comments

Color spaces of #afbaab

RGB 175186171
HSL0.290.100.70
HSV104°73°
CMYK 0.060.000.08   0.27
XYZ42.588847.172045.3885
Yxy47.17200.31510.3490
Hunter Lab68.6819-9.50768.8954
CIE-Lab74.2997-6.61326.2863

#afbaab color RGB value is (175,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10101011
Octal 257 272 253
Decimal 175 186 171
Hex AF BA AB

RGB Percentages of Color #afbaab

%32.89
%34.96
%32.14

CMYK Percentages of Color #afbaab

%6
%0
%8
%27

Triadic Colors of #afbaab

#afbaab #abafba #baabaf

Analogous Colors of #afbaab

#afbaab #abbaaf #b7baab

Monochromatic Colors of #afbaab

#afbaab

Complementary Color

#afbaab #b6abba

#afbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaab Color CSS Codes

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

#afbaab Text Font Color

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

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


#afbaab Background Color

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

This div background color is #afbaab


#afbaab Border Color

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

This div border color is #afbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaab


Comments

No comments written yet.

Please login to write comment.