Color Hex Logo

#abefaa Color Hex

#ABEFAA
(171,239,170)
0 Favorites   0 Comments

Color spaces of #abefaa

RGB 171239170
HSL0.330.680.80
HSV119°29°94°
CMYK 0.280.000.29   0.06
XYZ54.916873.293249.2828
Yxy73.29320.30940.4129
Hunter Lab85.6114-35.318425.7973
CIE-Lab88.5874-34.361426.7641

#abefaa color RGB value is (171,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10101010
Octal 253 357 252
Decimal 171 239 170
Hex AB EF AA

RGB Percentages of Color #abefaa

%29.48
%41.21
%29.31

CMYK Percentages of Color #abefaa

%28
%0
%29
%6

Triadic Colors of #abefaa

#abefaa #aaabef #efaaab

Analogous Colors of #abefaa

#abefaa #aaefcc #ceefaa

Monochromatic Colors of #abefaa

#abefaa

Complementary Color

#abefaa #eeaaef

#abefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefaa Color CSS Codes

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

#abefaa Text Font Color

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

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


#abefaa Background Color

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

This div background color is #abefaa


#abefaa Border Color

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

This div border color is #abefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefaa


Comments

No comments written yet.

Please login to write comment.