Color Hex Logo

#abfebb Color Hex

#ABFEBB
(171,254,187)
0 Favorites   0 Comments

Color spaces of #abfebb

RGB 171254187
HSL0.370.980.83
HSV132°33°100°
CMYK 0.330.000.26   0.00
XYZ61.206083.129459.8334
Yxy83.12940.29980.4072
Hunter Lab91.1753-39.729824.9139
CIE-Lab93.0711-38.361224.2370

#abfebb color RGB value is (171,254,187).

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

The process color (four color CMYK) of #abfebb color hex is 0.33, 0.00, 0.26, 0.00. Web safe color of #abfebb is #99ffcc. Color #abfebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10111011
Octal 253 376 273
Decimal 171 254 187
Hex AB FE BB

RGB Percentages of Color #abfebb

%27.94
%41.50
%30.56

CMYK Percentages of Color #abfebb

%33
%0
%26
%0

Triadic Colors of #abfebb

#abfebb #bbabfe #febbab

Analogous Colors of #abfebb

#abfebb #abfee5 #c5feab

Monochromatic Colors of #abfebb

#abfebb

Complementary Color

#abfebb #feabee

#abfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfebb Color CSS Codes

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

#abfebb Text Font Color

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

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


#abfebb Background Color

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

This div background color is #abfebb


#abfebb Border Color

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

This div border color is #abfebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfebb

Related Colors


Comments

No comments written yet.

Please login to write comment.