Color Hex Logo

#abeeaa Color Hex

#ABEEAA
(171,238,170)
1 Favorites   0 Comments

Color spaces of #abeeaa

RGB 171238170
HSL0.330.670.80
HSV119°29°93°
CMYK 0.280.000.29   0.07
XYZ54.624872.709349.1855
Yxy72.70930.30950.4119
Hunter Lab85.2697-34.872925.4890
CIE-Lab88.3089-33.900426.3851

#abeeaa color RGB value is (171,238,170).

#abeeaa hex color red value is 171, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abeeaa hue: 0.33 , saturation: 0.67 and the lightness value of abeeaa is 0.80.

The process color (four color CMYK) of #abeeaa color hex is 0.28, 0.00, 0.29, 0.07. Web safe color of #abeeaa is #99ff99. Color #abeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10101010
Octal 253 356 252
Decimal 171 238 170
Hex AB EE AA

RGB Percentages of Color #abeeaa

%29.53
%41.11
%29.36

CMYK Percentages of Color #abeeaa

%28
%0
%29
%7

Triadic Colors of #abeeaa

#abeeaa #aaabee #eeaaab

Analogous Colors of #abeeaa

#abeeaa #aaeecb #cdeeaa

Monochromatic Colors of #abeeaa

#abeeaa

Complementary Color

#abeeaa #edaaee

#abeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeeaa Color CSS Codes

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

#abeeaa Text Font Color

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

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


#abeeaa Background Color

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

This div background color is #abeeaa


#abeeaa Border Color

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

This div border color is #abeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeeaa


Comments

No comments written yet.

Please login to write comment.