Color Hex Logo

#abc3ae Color Hex

#ABC3AE
(171,195,174)
0 Favorites   0 Comments

Color spaces of #abc3ae

RGB 171195174
HSL0.350.170.72
HSV128°12°76°
CMYK 0.120.000.11   0.24
XYZ43.949750.744147.5226
Yxy50.74410.30900.3568
Hunter Lab71.2349-14.532110.3106
CIE-Lab76.5237-12.16717.8151

#abc3ae color RGB value is (171,195,174).

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

The process color (four color CMYK) of #abc3ae color hex is 0.12, 0.00, 0.11, 0.24. Web safe color of #abc3ae is #99cc99. Color #abc3ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10101110
Octal 253 303 256
Decimal 171 195 174
Hex AB C3 AE

RGB Percentages of Color #abc3ae

%31.67
%36.11
%32.22

CMYK Percentages of Color #abc3ae

%12
%0
%11
%24

Triadic Colors of #abc3ae

#abc3ae #aeabc3 #c3aeab

Analogous Colors of #abc3ae

#abc3ae #abc3ba #b4c3ab

Monochromatic Colors of #abc3ae

#abc3ae

Complementary Color

#abc3ae #c3abc0

#abc3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3ae Color CSS Codes

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

#abc3ae Text Font Color

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

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


#abc3ae Background Color

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

This div background color is #abc3ae


#abc3ae Border Color

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

This div border color is #abc3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3ae


Comments

No comments written yet.

Please login to write comment.