Color Hex Logo

#abefb9 Color Hex

#ABEFB9
(171,239,185)
0 Favorites   0 Comments

Color spaces of #abefb9

RGB 171239185
HSL0.370.680.80
HSV132°28°94°
CMYK 0.280.000.23   0.06
XYZ56.418073.893757.1883
Yxy73.89370.30090.3941
Hunter Lab85.9614-33.279920.7286
CIE-Lab88.8722-31.828619.4480

#abefb9 color RGB value is (171,239,185).

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

The process color (four color CMYK) of #abefb9 color hex is 0.28, 0.00, 0.23, 0.06. Web safe color of #abefb9 is #99ffcc. Color #abefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10111001
Octal 253 357 271
Decimal 171 239 185
Hex AB EF B9

RGB Percentages of Color #abefb9

%28.74
%40.17
%31.09

CMYK Percentages of Color #abefb9

%28
%0
%23
%6

Triadic Colors of #abefb9

#abefb9 #b9abef #efb9ab

Analogous Colors of #abefb9

#abefb9 #abefdb #bfefab

Monochromatic Colors of #abefb9

#abefb9

Complementary Color

#abefb9 #efabe1

#abefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefb9 Color CSS Codes

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

#abefb9 Text Font Color

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

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


#abefb9 Background Color

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

This div background color is #abefb9


#abefb9 Border Color

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

This div border color is #abefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefb9


Comments

No comments written yet.

Please login to write comment.