Color Hex Logo

#abbcae Color Hex

#ABBCAE
(171,188,174)
0 Favorites   0 Comments

Color spaces of #abbcae

RGB 171188174
HSL0.360.110.70
HSV131°74°
CMYK 0.090.000.07   0.26
XYZ42.417847.680447.0120
Yxy47.68040.30940.3478
Hunter Lab69.0510-11.18737.9693
CIE-Lab74.6229-8.51935.0831

#abbcae color RGB value is (171,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 10101110
Octal 253 274 256
Decimal 171 188 174
Hex AB BC AE

RGB Percentages of Color #abbcae

%32.08
%35.27
%32.65

CMYK Percentages of Color #abbcae

%9
%0
%7
%26

Triadic Colors of #abbcae

#abbcae #aeabbc #bcaeab

Analogous Colors of #abbcae

#abbcae #abbcb7 #b1bcab

Monochromatic Colors of #abbcae

#abbcae

Complementary Color

#abbcae #bcabb9

#abbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcae Color CSS Codes

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

#abbcae Text Font Color

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

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


#abbcae Background Color

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

This div background color is #abbcae


#abbcae Border Color

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

This div border color is #abbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcae


Comments

No comments written yet.

Please login to write comment.