Color Hex Logo

#abb8ab Color Hex

#ABB8AB
(171,184,171)
0 Favorites   0 Comments

Color spaces of #abb8ab

RGB 171184171
HSL0.330.080.70
HSV120°72°
CMYK 0.070.000.07   0.28
XYZ41.285845.879245.2077
Yxy45.87920.31190.3466
Hunter Lab67.7342-9.73437.8421
CIE-Lab73.4671-6.96705.0495

#abb8ab color RGB value is (171,184,171).

#abb8ab hex color red value is 171, green value is 184 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abb8ab hue: 0.33 , saturation: 0.08 and the lightness value of abb8ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10101011
Octal 253 270 253
Decimal 171 184 171
Hex AB B8 AB

RGB Percentages of Color #abb8ab

%32.51
%34.98
%32.51

CMYK Percentages of Color #abb8ab

%7
%0
%7
%28

Triadic Colors of #abb8ab

#abb8ab #ababb8 #b8abab

Analogous Colors of #abb8ab

#abb8ab #abb8b2 #b2b8ab

Monochromatic Colors of #abb8ab

#abb8ab

Complementary Color

#abb8ab #b8abb8

#abb8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8ab Color CSS Codes

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

#abb8ab Text Font Color

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

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


#abb8ab Background Color

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

This div background color is #abb8ab


#abb8ab Border Color

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

This div border color is #abb8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8ab


Comments

No comments written yet.

Please login to write comment.