Color Hex Logo

#e4faea Color Hex

#E4FAEA
(228,250,234)
0 Favorites   0 Comments

Color spaces of #e4faea

RGB 228250234
HSL0.380.690.94
HSV136°98°
CMYK 0.090.000.06   0.02
XYZ81.031890.805791.0983
Yxy90.80570.30820.3454
Hunter Lab95.2920-14.973110.0237
CIE-Lab96.3300-10.07475.2149

#e4faea color RGB value is (228,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111010 11101010
Octal 344 372 352
Decimal 228 250 234
Hex E4 FA EA

RGB Percentages of Color #e4faea

%32.02
%35.11
%32.87

CMYK Percentages of Color #e4faea

%9
%0
%6
%2

Triadic Colors of #e4faea

#e4faea #eae4fa #faeae4

Analogous Colors of #e4faea

#e4faea #e4faf5 #e9fae4

Monochromatic Colors of #e4faea

#e4faea

Complementary Color

#e4faea #fae4f4

#e4faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4faea Color CSS Codes

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

#e4faea Text Font Color

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

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


#e4faea Background Color

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

This div background color is #e4faea


#e4faea Border Color

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

This div border color is #e4faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4faea


Comments

No comments written yet.

Please login to write comment.