Color Hex Logo

#e1faea Color Hex

#E1FAEA
(225,250,234)
0 Favorites   0 Comments

Color spaces of #e1faea

RGB 225250234
HSL0.390.710.93
HSV142°10°98°
CMYK 0.100.000.06   0.02
XYZ80.088290.319391.0542
Yxy90.31930.30630.3454
Hunter Lab95.0365-15.89009.7199
CIE-Lab96.1291-11.05614.8989

#e1faea color RGB value is (225,250,234).

#e1faea hex color red value is 225, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1faea hue: 0.39 , saturation: 0.71 and the lightness value of e1faea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 11101010
Octal 341 372 352
Decimal 225 250 234
Hex E1 FA EA

RGB Percentages of Color #e1faea

%31.73
%35.26
%33.00

CMYK Percentages of Color #e1faea

%10
%0
%6
%2

Triadic Colors of #e1faea

#e1faea #eae1fa #faeae1

Analogous Colors of #e1faea

#e1faea #e1faf7 #e5fae1

Monochromatic Colors of #e1faea

#e1faea

Complementary Color

#e1faea #fae1f1

#e1faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1faea Color CSS Codes

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

#e1faea Text Font Color

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

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


#e1faea Background Color

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

This div background color is #e1faea


#e1faea Border Color

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

This div border color is #e1faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1faea


Comments

No comments written yet.

Please login to write comment.