Color Hex Logo

#abfee4 Color Hex

#ABFEE4
(171,254,228)
0 Favorites   0 Comments

Color spaces of #abfee4

RGB 171254228
HSL0.450.980.83
HSV161°33°100°
CMYK 0.330.000.10   0.00
XYZ66.240085.143086.3418
Yxy85.14300.27860.3582
Hunter Lab92.2730-33.33799.1121
CIE-Lab93.9447-30.60004.4411

#abfee4 color RGB value is (171,254,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11100100
Octal 253 376 344
Decimal 171 254 228
Hex AB FE E4

RGB Percentages of Color #abfee4

%26.19
%38.90
%34.92

CMYK Percentages of Color #abfee4

%33
%0
%10
%0

Triadic Colors of #abfee4

#abfee4 #e4abfe #fee4ab

Analogous Colors of #abfee4

#abfee4 #abeffe #abfebb

Monochromatic Colors of #abfee4

#abfee4

Complementary Color

#abfee4 #feabc5

#abfee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfee4 Color CSS Codes

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

#abfee4 Text Font Color

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

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


#abfee4 Background Color

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

This div background color is #abfee4


#abfee4 Border Color

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

This div border color is #abfee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfee4


Comments

No comments written yet.

Please login to write comment.