Color Hex Logo

#e5fffc Color Hex

#E5FFFC
(229,255,252)
0 Favorites   0 Comments

Color spaces of #e5fffc

RGB 229255252
HSL0.481.000.95
HSV173°10°100°
CMYK 0.100.000.01   0.00
XYZ85.643895.2063105.9582
Yxy95.20630.29860.3320
Hunter Lab97.5737-14.07843.9168
CIE-Lab98.1160-8.9438-1.4412

#e5fffc color RGB value is (229,255,252).

#e5fffc hex color red value is 229, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5fffc hue: 0.48 , saturation: 1.00 and the lightness value of e5fffc is 0.95.

The process color (four color CMYK) of #e5fffc color hex is 0.10, 0.00, 0.01, 0.00. Web safe color of #e5fffc is #ccffff. Color #e5fffc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111111 11111100
Octal 345 377 374
Decimal 229 255 252
Hex E5 FF FC

RGB Percentages of Color #e5fffc

%31.11
%34.65
%34.24

CMYK Percentages of Color #e5fffc

%10
%0
%1
%0

Triadic Colors of #e5fffc

#e5fffc #fce5ff #fffce5

Analogous Colors of #e5fffc

#e5fffc #e5f5ff #e5ffef

Monochromatic Colors of #e5fffc

#e5fffc

Complementary Color

#e5fffc #ffe5e8

#e5fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fffc Color CSS Codes

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

#e5fffc Text Font Color

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

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


#e5fffc Background Color

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

This div background color is #e5fffc


#e5fffc Border Color

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

This div border color is #e5fffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,255,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 #e5fffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fffc

Related Colors


Comments

No comments written yet.

Please login to write comment.