Color Hex Logo

#abe5ac Color Hex

#ABE5AC
(171,229,172)
0 Favorites   0 Comments

Color spaces of #abe5ac

RGB 171229172
HSL0.340.530.78
HSV121°25°90°
CMYK 0.250.000.25   0.10
XYZ52.260367.675149.3379
Yxy67.67510.30870.3998
Hunter Lab82.2649-30.568122.0266
CIE-Lab85.8437-29.361621.9765

#abe5ac color RGB value is (171,229,172).

#abe5ac hex color red value is 171, green value is 229 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abe5ac hue: 0.34 , saturation: 0.53 and the lightness value of abe5ac is 0.78.

The process color (four color CMYK) of #abe5ac color hex is 0.25, 0.00, 0.25, 0.10. Web safe color of #abe5ac is #99cc99. Color #abe5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 10101100
Octal 253 345 254
Decimal 171 229 172
Hex AB E5 AC

RGB Percentages of Color #abe5ac

%29.90
%40.03
%30.07

CMYK Percentages of Color #abe5ac

%25
%0
%25
%10

Triadic Colors of #abe5ac

#abe5ac #acabe5 #e5acab

Analogous Colors of #abe5ac

#abe5ac #abe5c9 #c7e5ab

Monochromatic Colors of #abe5ac

#abe5ac

Complementary Color

#abe5ac #e5abe4

#abe5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe5ac Color CSS Codes

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

#abe5ac Text Font Color

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

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


#abe5ac Background Color

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

This div background color is #abe5ac


#abe5ac Border Color

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

This div border color is #abe5ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,229,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abe5ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe5ac


Comments

No comments written yet.

Please login to write comment.