Color Hex Logo

#afbbab Color Hex

#AFBBAB
(175,187,171)
0 Favorites   0 Comments

Color spaces of #afbbab

RGB 175187171
HSL0.290.110.70
HSV105°73°
CMYK 0.060.000.09   0.27
XYZ42.800247.594945.4590
Yxy47.59490.31500.3503
Hunter Lab68.9891-9.99109.2243
CIE-Lab74.5687-7.14096.6729

#afbbab color RGB value is (175,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10101011
Octal 257 273 253
Decimal 175 187 171
Hex AF BB AB

RGB Percentages of Color #afbbab

%32.83
%35.08
%32.08

CMYK Percentages of Color #afbbab

%6
%0
%9
%27

Triadic Colors of #afbbab

#afbbab #abafbb #bbabaf

Analogous Colors of #afbbab

#afbbab #abbbaf #b7bbab

Monochromatic Colors of #afbbab

#afbbab

Complementary Color

#afbbab #b7abbb

#afbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbab Color CSS Codes

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

#afbbab Text Font Color

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

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


#afbbab Background Color

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

This div background color is #afbbab


#afbbab Border Color

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

This div border color is #afbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbab


Comments

No comments written yet.

Please login to write comment.