Color Hex Logo

#abfed8 Color Hex

#ABFED8
(171,254,216)
0 Favorites   0 Comments

Color spaces of #abfed8

RGB 171254216
HSL0.420.980.83
HSV153°33°100°
CMYK 0.330.000.15   0.00
XYZ64.631184.499477.8693
Yxy84.49940.28470.3722
Hunter Lab91.9236-35.363614.1214
CIE-Lab93.6670-33.021510.2270

#abfed8 color RGB value is (171,254,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11011000
Octal 253 376 330
Decimal 171 254 216
Hex AB FE D8

RGB Percentages of Color #abfed8

%26.68
%39.63
%33.70

CMYK Percentages of Color #abfed8

%33
%0
%15
%0

Triadic Colors of #abfed8

#abfed8 #d8abfe #fed8ab

Analogous Colors of #abfed8

#abfed8 #abfbfe #abfeaf

Monochromatic Colors of #abfed8

#abfed8

Complementary Color

#abfed8 #feabd1

#abfed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfed8 Color CSS Codes

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

#abfed8 Text Font Color

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

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


#abfed8 Background Color

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

This div background color is #abfed8


#abfed8 Border Color

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

This div border color is #abfed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfed8


Comments

No comments written yet.

Please login to write comment.