Color Hex Logo

#abc4ae Color Hex

#ABC4AE
(171,196,174)
0 Favorites   0 Comments

Color spaces of #abc4ae

RGB 171196174
HSL0.350.170.72
HSV127°13°77°
CMYK 0.130.000.11   0.23
XYZ44.174551.193847.5975
Yxy51.19380.30900.3581
Hunter Lab71.5498-15.007310.6431
CIE-Lab76.7963-12.68368.2053

#abc4ae color RGB value is (171,196,174).

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

The process color (four color CMYK) of #abc4ae color hex is 0.13, 0.00, 0.11, 0.23. Web safe color of #abc4ae is #99cc99. Color #abc4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10101110
Octal 253 304 256
Decimal 171 196 174
Hex AB C4 AE

RGB Percentages of Color #abc4ae

%31.61
%36.23
%32.16

CMYK Percentages of Color #abc4ae

%13
%0
%11
%23

Triadic Colors of #abc4ae

#abc4ae #aeabc4 #c4aeab

Analogous Colors of #abc4ae

#abc4ae #abc4bb #b5c4ab

Monochromatic Colors of #abc4ae

#abc4ae

Complementary Color

#abc4ae #c4abc1

#abc4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4ae Color CSS Codes

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

#abc4ae Text Font Color

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

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


#abc4ae Background Color

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

This div background color is #abc4ae


#abc4ae Border Color

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

This div border color is #abc4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4ae


Comments

No comments written yet.

Please login to write comment.