Color Hex Logo

#abb5ae Color Hex

#ABB5AE
(171,181,174)
0 Favorites   0 Comments

Color spaces of #abb5ae

RGB 171181174
HSL0.380.060.69
HSV138°71°
CMYK 0.060.000.04   0.29
XYZ40.958444.761746.5255
Yxy44.76170.30970.3385
Hunter Lab66.9042-7.80555.6024
CIE-Lab72.7347-4.81382.3509

#abb5ae color RGB value is (171,181,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10101110
Octal 253 265 256
Decimal 171 181 174
Hex AB B5 AE

RGB Percentages of Color #abb5ae

%32.51
%34.41
%33.08

CMYK Percentages of Color #abb5ae

%6
%0
%4
%29

Triadic Colors of #abb5ae

#abb5ae #aeabb5 #b5aeab

Analogous Colors of #abb5ae

#abb5ae #abb5b3 #adb5ab

Monochromatic Colors of #abb5ae

#abb5ae

Complementary Color

#abb5ae #b5abb2

#abb5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb5ae Color CSS Codes

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

#abb5ae Text Font Color

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

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


#abb5ae Background Color

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

This div background color is #abb5ae


#abb5ae Border Color

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

This div border color is #abb5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb5ae


Comments

No comments written yet.

Please login to write comment.