Color Hex Logo

#abfee2 Color Hex

#ABFEE2
(171,254,226)
0 Favorites   0 Comments

Color spaces of #abfee2

RGB 171254226
HSL0.440.980.83
HSV160°33°100°
CMYK 0.330.000.11   0.00
XYZ65.963985.032584.8878
Yxy85.03250.27960.3605
Hunter Lab92.2131-33.68439.9691
CIE-Lab93.8971-31.01175.4041

#abfee2 color RGB value is (171,254,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11100010
Octal 253 376 342
Decimal 171 254 226
Hex AB FE E2

RGB Percentages of Color #abfee2

%26.27
%39.02
%34.72

CMYK Percentages of Color #abfee2

%33
%0
%11
%0

Triadic Colors of #abfee2

#abfee2 #e2abfe #fee2ab

Analogous Colors of #abfee2

#abfee2 #abf1fe #abfeb9

Monochromatic Colors of #abfee2

#abfee2

Complementary Color

#abfee2 #feabc7

#abfee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfee2 Color CSS Codes

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

#abfee2 Text Font Color

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

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


#abfee2 Background Color

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

This div background color is #abfee2


#abfee2 Border Color

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

This div border color is #abfee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfee2

Related Colors


Comments

No comments written yet.

Please login to write comment.