Color Hex Logo

#e5fcef Color Hex

#E5FCEF
(229,252,239)
0 Favorites   0 Comments

Color spaces of #e5fcef

RGB 229252239
HSL0.410.790.94
HSV146°99°
CMYK 0.090.000.05   0.01
XYZ82.703592.510895.1588
Yxy92.51080.30590.3422
Hunter Lab96.1825-14.83458.6688
CIE-Lab97.0287-9.84843.6602

#e5fcef color RGB value is (229,252,239).

#e5fcef hex color red value is 229, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e5fcef hue: 0.41 , saturation: 0.79 and the lightness value of e5fcef is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111100 11101111
Octal 345 374 357
Decimal 229 252 239
Hex E5 FC EF

RGB Percentages of Color #e5fcef

%31.81
%35.00
%33.19

CMYK Percentages of Color #e5fcef

%9
%0
%5
%1

Triadic Colors of #e5fcef

#e5fcef #efe5fc #fcefe5

Analogous Colors of #e5fcef

#e5fcef #e5fcfb #e7fce5

Monochromatic Colors of #e5fcef

#e5fcef

Complementary Color

#e5fcef #fce5f2

#e5fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fcef Color CSS Codes

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

#e5fcef Text Font Color

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

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


#e5fcef Background Color

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

This div background color is #e5fcef


#e5fcef Border Color

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

This div border color is #e5fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.