Color Hex Logo

#e9faec Color Hex

#E9FAEC
(233,250,236)
0 Favorites   0 Comments

Color spaces of #e9faec

RGB 233250236
HSL0.360.630.95
HSV131°98°
CMYK 0.070.000.06   0.02
XYZ82.930291.751092.6957
Yxy91.75100.31020.3432
Hunter Lab95.7867-13.08529.6740
CIE-Lab96.7184-8.07514.7895

#e9faec color RGB value is (233,250,236).

#e9faec hex color red value is 233, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e9faec hue: 0.36 , saturation: 0.63 and the lightness value of e9faec is 0.95.

The process color (four color CMYK) of #e9faec color hex is 0.07, 0.00, 0.06, 0.02. Web safe color of #e9faec is #ffffff. Color #e9faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111010 11101100
Octal 351 372 354
Decimal 233 250 236
Hex E9 FA EC

RGB Percentages of Color #e9faec

%32.41
%34.77
%32.82

CMYK Percentages of Color #e9faec

%7
%0
%6
%2

Triadic Colors of #e9faec

#e9faec #ece9fa #faece9

Analogous Colors of #e9faec

#e9faec #e9faf5 #effae9

Monochromatic Colors of #e9faec

#e9faec

Complementary Color

#e9faec #fae9f7

#e9faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9faec Color CSS Codes

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

#e9faec Text Font Color

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

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


#e9faec Background Color

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

This div background color is #e9faec


#e9faec Border Color

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

This div border color is #e9faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9faec


Comments

No comments written yet.

Please login to write comment.