Color Hex Logo

#abc9ae Color Hex

#ABC9AE
(171,201,174)
0 Favorites   0 Comments

Color spaces of #abc9ae

RGB 171201174
HSL0.350.220.73
HSV126°15°79°
CMYK 0.150.000.13   0.21
XYZ45.321253.487247.9798
Yxy53.48720.30880.3644
Hunter Lab73.1349-17.371012.2976
CIE-Lab78.1618-15.246810.1544

#abc9ae color RGB value is (171,201,174).

#abc9ae hex color red value is 171, green value is 201 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abc9ae hue: 0.35 , saturation: 0.22 and the lightness value of abc9ae is 0.73.

The process color (four color CMYK) of #abc9ae color hex is 0.15, 0.00, 0.13, 0.21. Web safe color of #abc9ae is #99cc99. Color #abc9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10101110
Octal 253 311 256
Decimal 171 201 174
Hex AB C9 AE

RGB Percentages of Color #abc9ae

%31.32
%36.81
%31.87

CMYK Percentages of Color #abc9ae

%15
%0
%13
%21

Triadic Colors of #abc9ae

#abc9ae #aeabc9 #c9aeab

Analogous Colors of #abc9ae

#abc9ae #abc9bd #b7c9ab

Monochromatic Colors of #abc9ae

#abc9ae

Complementary Color

#abc9ae #c9abc6

#abc9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9ae Color CSS Codes

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

#abc9ae Text Font Color

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

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


#abc9ae Background Color

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

This div background color is #abc9ae


#abc9ae Border Color

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

This div border color is #abc9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9ae

#abc9ae Color Palettes


Comments

No comments written yet.

Please login to write comment.