Color Hex Logo

#abbbae Color Hex

#ABBBAE
(171,187,174)
0 Favorites   0 Comments

Color spaces of #abbbae

RGB 171187174
HSL0.360.110.70
HSV131°73°
CMYK 0.090.000.07   0.27
XYZ42.204947.254646.9410
Yxy47.25460.30940.3464
Hunter Lab68.7420-10.70647.6327
CIE-Lab74.3523-7.99344.6928

#abbbae color RGB value is (171,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 10101110
Octal 253 273 256
Decimal 171 187 174
Hex AB BB AE

RGB Percentages of Color #abbbae

%32.14
%35.15
%32.71

CMYK Percentages of Color #abbbae

%9
%0
%7
%27

Triadic Colors of #abbbae

#abbbae #aeabbb #bbaeab

Analogous Colors of #abbbae

#abbbae #abbbb6 #b0bbab

Monochromatic Colors of #abbbae

#abbbae

Complementary Color

#abbbae #bbabb8

#abbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbae Color CSS Codes

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

#abbbae Text Font Color

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

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


#abbbae Background Color

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

This div background color is #abbbae


#abbbae Border Color

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

This div border color is #abbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbae


Comments

No comments written yet.

Please login to write comment.