Color Hex Logo

#e8faee Color Hex

#E8FAEE
(232,250,238)
0 Favorites   0 Comments

Color spaces of #e8faee

RGB 232250238
HSL0.390.640.95
HSV140°98°
CMYK 0.070.000.05   0.02
XYZ82.896991.700194.2197
Yxy91.70010.30840.3411
Hunter Lab95.7602-13.05788.6959
CIE-Lab96.6976-8.04923.7204

#e8faee color RGB value is (232,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11111010 11101110
Octal 350 372 356
Decimal 232 250 238
Hex E8 FA EE

RGB Percentages of Color #e8faee

%32.22
%34.72
%33.06

CMYK Percentages of Color #e8faee

%7
%0
%5
%2

Triadic Colors of #e8faee

#e8faee #eee8fa #faeee8

Analogous Colors of #e8faee

#e8faee #e8faf7 #ebfae8

Monochromatic Colors of #e8faee

#e8faee

Complementary Color

#e8faee #fae8f4

#e8faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8faee Color CSS Codes

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

#e8faee Text Font Color

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

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


#e8faee Background Color

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

This div background color is #e8faee


#e8faee Border Color

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

This div border color is #e8faee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,250,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8faee


Comments

No comments written yet.

Please login to write comment.