Color Hex Logo

#abb5af Color Hex

#ABB5AF
(171,181,175)
0 Favorites   0 Comments

Color spaces of #abb5af

RGB 171181175
HSL0.400.060.69
HSV144°71°
CMYK 0.060.000.03   0.29
XYZ41.056344.800847.0410
Yxy44.80080.30890.3371
Hunter Lab66.9334-7.64335.1842
CIE-Lab72.7605-4.62451.8411

#abb5af color RGB value is (171,181,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10101111
Octal 253 265 257
Decimal 171 181 175
Hex AB B5 AF

RGB Percentages of Color #abb5af

%32.45
%34.35
%33.21

CMYK Percentages of Color #abb5af

%6
%0
%3
%29

Triadic Colors of #abb5af

#abb5af #afabb5 #b5afab

Analogous Colors of #abb5af

#abb5af #abb5b4 #acb5ab

Monochromatic Colors of #abb5af

#abb5af

Complementary Color

#abb5af #b5abb1

#abb5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb5af Color CSS Codes

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

#abb5af Text Font Color

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

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


#abb5af Background Color

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

This div background color is #abb5af


#abb5af Border Color

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

This div border color is #abb5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb5af


Comments

No comments written yet.

Please login to write comment.