Color Hex Logo

#abb5ab Color Hex

#ABB5AB
(171,181,171)
1 Favorites   0 Comments

Color spaces of #abb5ab

RGB 171181171
HSL0.330.060.69
HSV120°71°
CMYK 0.060.000.06   0.29
XYZ40.669144.645945.0021
Yxy44.64590.31210.3426
Hunter Lab66.8176-8.28526.8401
CIE-Lab72.6581-5.37503.8813

#abb5ab color RGB value is (171,181,171).

#abb5ab hex color red value is 171, green value is 181 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abb5ab hue: 0.33 , saturation: 0.06 and the lightness value of abb5ab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10101011
Octal 253 265 253
Decimal 171 181 171
Hex AB B5 AB

RGB Percentages of Color #abb5ab

%32.70
%34.61
%32.70

CMYK Percentages of Color #abb5ab

%6
%0
%6
%29

Triadic Colors of #abb5ab

#abb5ab #ababb5 #b5abab

Analogous Colors of #abb5ab

#abb5ab #abb5b0 #b0b5ab

Monochromatic Colors of #abb5ab

#abb5ab

Complementary Color

#abb5ab #b5abb5

#abb5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb5ab Color CSS Codes

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

#abb5ab Text Font Color

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

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


#abb5ab Background Color

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

This div background color is #abb5ab


#abb5ab Border Color

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

This div border color is #abb5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb5ab


Comments

No comments written yet.

Please login to write comment.