Color Hex Logo

#e5faec Color Hex

#E5FAEC
(229,250,236)
0 Favorites   0 Comments

Color spaces of #e5faec

RGB 229250236
HSL0.390.680.94
HSV140°98°
CMYK 0.080.000.06   0.02
XYZ81.639091.085492.6353
Yxy91.08540.30770.3433
Hunter Lab95.4387-14.32749.2586
CIE-Lab96.4452-9.39004.3596

#e5faec color RGB value is (229,250,236).

#e5faec hex color red value is 229, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e5faec hue: 0.39 , saturation: 0.68 and the lightness value of e5faec is 0.94.

The process color (four color CMYK) of #e5faec color hex is 0.08, 0.00, 0.06, 0.02. Web safe color of #e5faec is #ccffff. Color #e5faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111010 11101100
Octal 345 372 354
Decimal 229 250 236
Hex E5 FA EC

RGB Percentages of Color #e5faec

%32.03
%34.97
%33.01

CMYK Percentages of Color #e5faec

%8
%0
%6
%2

Triadic Colors of #e5faec

#e5faec #ece5fa #faece5

Analogous Colors of #e5faec

#e5faec #e5faf7 #e9fae5

Monochromatic Colors of #e5faec

#e5faec

Complementary Color

#e5faec #fae5f3

#e5faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5faec Color CSS Codes

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

#e5faec Text Font Color

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

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


#e5faec Background Color

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

This div background color is #e5faec


#e5faec Border Color

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

This div border color is #e5faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5faec

Related Colors


Comments

No comments written yet.

Please login to write comment.