Color Hex Logo

#abfefc Color Hex

#ABFEFC
(171,254,252)
0 Favorites   0 Comments

Color spaces of #abfefc

RGB 171254252
HSL0.500.980.83
HSV179°33°100°
CMYK 0.330.000.01   0.00
XYZ69.807186.5698105.1259
Yxy86.56980.26690.3310
Hunter Lab93.0429-28.9022-1.8597
CIE-Lab94.5554-25.4138-7.0598

#abfefc color RGB value is (171,254,252).

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

The process color (four color CMYK) of #abfefc color hex is 0.33, 0.00, 0.01, 0.00. Web safe color of #abfefc is #99ffff. Color #abfefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11111100
Octal 253 376 374
Decimal 171 254 252
Hex AB FE FC

RGB Percentages of Color #abfefc

%25.26
%37.52
%37.22

CMYK Percentages of Color #abfefc

%33
%0
%1
%0

Triadic Colors of #abfefc

#abfefc #fcabfe #fefcab

Analogous Colors of #abfefc

#abfefc #abd7fe #abfed3

Monochromatic Colors of #abfefc

#abfefc

Complementary Color

#abfefc #feabad

#abfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfefc Color CSS Codes

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

#abfefc Text Font Color

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

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


#abfefc Background Color

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

This div background color is #abfefc


#abfefc Border Color

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

This div border color is #abfefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfefc

Related Colors


Comments

No comments written yet.

Please login to write comment.