Color Hex Logo

#abfeec Color Hex

#ABFEEC
(171,254,236)
0 Favorites   0 Comments

Color spaces of #abfeec

RGB 171254236
HSL0.460.980.83
HSV167°33°100°
CMYK 0.330.000.07   0.00
XYZ67.376785.597792.3278
Yxy85.59770.27470.3489
Hunter Lab92.5190-31.91625.5959
CIE-Lab94.1401-28.92080.5951

#abfeec color RGB value is (171,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 11101100
Octal 253 376 354
Decimal 171 254 236
Hex AB FE EC

RGB Percentages of Color #abfeec

%25.87
%38.43
%35.70

CMYK Percentages of Color #abfeec

%33
%0
%7
%0

Triadic Colors of #abfeec

#abfeec #ecabfe #feecab

Analogous Colors of #abfeec

#abfeec #abe7fe #abfec3

Monochromatic Colors of #abfeec

#abfeec

Complementary Color

#abfeec #feabbd

#abfeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfeec Color CSS Codes

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

#abfeec Text Font Color

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

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


#abfeec Background Color

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

This div background color is #abfeec


#abfeec Border Color

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

This div border color is #abfeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfeec


Comments

No comments written yet.

Please login to write comment.