Color Hex Logo

#abfebe Color Hex

#ABFEBE
(171,254,190)
0 Favorites   0 Comments

Color spaces of #abfebe

RGB 171254190
HSL0.370.980.83
HSV134°33°100°
CMYK 0.330.000.25   0.00
XYZ61.530783.259361.5428
Yxy83.25930.29820.4035
Hunter Lab91.2465-39.312723.8834
CIE-Lab93.1278-37.843722.7895

#abfebe color RGB value is (171,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10111110
Octal 253 376 276
Decimal 171 254 190
Hex AB FE BE

RGB Percentages of Color #abfebe

%27.80
%41.30
%30.89

CMYK Percentages of Color #abfebe

%33
%0
%25
%0

Triadic Colors of #abfebe

#abfebe #beabfe #febeab

Analogous Colors of #abfebe

#abfebe #abfee8 #c2feab

Monochromatic Colors of #abfebe

#abfebe

Complementary Color

#abfebe #feabeb

#abfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfebe Color CSS Codes

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

#abfebe Text Font Color

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

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


#abfebe Background Color

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

This div background color is #abfebe


#abfebe Border Color

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

This div border color is #abfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfebe

Related Colors


Comments

No comments written yet.

Please login to write comment.