Color Hex Logo

#abe2ac Color Hex

#ABE2AC
(171,226,172)
0 Favorites   0 Comments

Color spaces of #abe2ac

RGB 171226172
HSL0.340.490.78
HSV121°24°89°
CMYK 0.240.000.24   0.11
XYZ51.437366.029249.0636
Yxy66.02920.30890.3965
Hunter Lab81.2584-29.209921.0817
CIE-Lab85.0113-27.935220.8265

#abe2ac color RGB value is (171,226,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 10101100
Octal 253 342 254
Decimal 171 226 172
Hex AB E2 AC

RGB Percentages of Color #abe2ac

%30.05
%39.72
%30.23

CMYK Percentages of Color #abe2ac

%24
%0
%24
%11

Triadic Colors of #abe2ac

#abe2ac #acabe2 #e2acab

Analogous Colors of #abe2ac

#abe2ac #abe2c8 #c6e2ab

Monochromatic Colors of #abe2ac

#abe2ac

Complementary Color

#abe2ac #e2abe1

#abe2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe2ac Color CSS Codes

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

#abe2ac Text Font Color

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

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


#abe2ac Background Color

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

This div background color is #abe2ac


#abe2ac Border Color

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

This div border color is #abe2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe2ac


Comments

No comments written yet.

Please login to write comment.