Color Hex Logo

#abefbb Color Hex

#ABEFBB
(171,239,187)
0 Favorites   0 Comments

Color spaces of #abefbb

RGB 171239187
HSL0.370.680.80
HSV134°28°94°
CMYK 0.280.000.22   0.06
XYZ56.630773.978858.3083
Yxy73.97880.29980.3916
Hunter Lab86.0109-32.992420.0139
CIE-Lab88.9125-31.474718.4708

#abefbb color RGB value is (171,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10111011
Octal 253 357 273
Decimal 171 239 187
Hex AB EF BB

RGB Percentages of Color #abefbb

%28.64
%40.03
%31.32

CMYK Percentages of Color #abefbb

%28
%0
%22
%6

Triadic Colors of #abefbb

#abefbb #bbabef #efbbab

Analogous Colors of #abefbb

#abefbb #abefdd #bdefab

Monochromatic Colors of #abefbb

#abefbb

Complementary Color

#abefbb #efabdf

#abefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefbb Color CSS Codes

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

#abefbb Text Font Color

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

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


#abefbb Background Color

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

This div background color is #abefbb


#abefbb Border Color

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

This div border color is #abefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefbb


Comments

No comments written yet.

Please login to write comment.