Color Hex Logo

#e4faee Color Hex

#E4FAEE
(228,250,238)
0 Favorites   0 Comments

Color spaces of #e4faee

RGB 228250238
HSL0.410.690.94
HSV147°98°
CMYK 0.090.000.05   0.02
XYZ81.613191.038294.1596
Yxy91.03820.30590.3412
Hunter Lab95.4139-14.29298.2792
CIE-Lab96.4258-9.35663.2923

#e4faee color RGB value is (228,250,238).

#e4faee hex color red value is 228, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e4faee hue: 0.41 , saturation: 0.69 and the lightness value of e4faee is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111010 11101110
Octal 344 372 356
Decimal 228 250 238
Hex E4 FA EE

RGB Percentages of Color #e4faee

%31.84
%34.92
%33.24

CMYK Percentages of Color #e4faee

%9
%0
%5
%2

Triadic Colors of #e4faee

#e4faee #eee4fa #faeee4

Analogous Colors of #e4faee

#e4faee #e4faf9 #e5fae4

Monochromatic Colors of #e4faee

#e4faee

Complementary Color

#e4faee #fae4f0

#e4faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4faee Color CSS Codes

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

#e4faee Text Font Color

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

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


#e4faee Background Color

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

This div background color is #e4faee


#e4faee Border Color

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

This div border color is #e4faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4faee

Related Colors


Comments

No comments written yet.

Please login to write comment.