Color Hex Logo

#e1efea Color Hex

#E1EFEA
(225,239,234)
0 Favorites   0 Comments

Color spaces of #e1efea

RGB 225239234
HSL0.440.300.91
HSV159°94°
CMYK 0.060.000.02   0.06
XYZ76.769183.681189.9478
Yxy83.68110.30660.3342
Hunter Lab91.4774-10.28575.7355
CIE-Lab93.3118-5.52910.8079

#e1efea color RGB value is (225,239,234).

#e1efea hex color red value is 225, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1efea hue: 0.44 , saturation: 0.30 and the lightness value of e1efea is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11101010
Octal 341 357 352
Decimal 225 239 234
Hex E1 EF EA

RGB Percentages of Color #e1efea

%32.23
%34.24
%33.52

CMYK Percentages of Color #e1efea

%6
%0
%2
%6

Triadic Colors of #e1efea

#e1efea #eae1ef #efeae1

Analogous Colors of #e1efea

#e1efea #e1edef #e1efe3

Monochromatic Colors of #e1efea

#e1efea

Complementary Color

#e1efea #efe1e6

#e1efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efea Color CSS Codes

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

#e1efea Text Font Color

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

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


#e1efea Background Color

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

This div background color is #e1efea


#e1efea Border Color

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

This div border color is #e1efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efea


Comments

No comments written yet.

Please login to write comment.