Color Hex Logo

#e8faec Color Hex

#E8FAEC
(232,250,236)
0 Favorites   0 Comments

Color spaces of #e8faec

RGB 232250236
HSL0.370.640.95
HSV133°98°
CMYK 0.070.000.06   0.02
XYZ82.604691.583192.6805
Yxy91.58310.30950.3432
Hunter Lab95.6991-13.39749.5695
CIE-Lab96.6496-8.40474.6812

#e8faec color RGB value is (232,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11111010 11101100
Octal 350 372 354
Decimal 232 250 236
Hex E8 FA EC

RGB Percentages of Color #e8faec

%32.31
%34.82
%32.87

CMYK Percentages of Color #e8faec

%7
%0
%6
%2

Triadic Colors of #e8faec

#e8faec #ece8fa #faece8

Analogous Colors of #e8faec

#e8faec #e8faf5 #edfae8

Monochromatic Colors of #e8faec

#e8faec

Complementary Color

#e8faec #fae8f6

#e8faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8faec Color CSS Codes

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

#e8faec Text Font Color

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

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


#e8faec Background Color

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

This div background color is #e8faec


#e8faec Border Color

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

This div border color is #e8faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8faec


Comments

No comments written yet.

Please login to write comment.