Color Hex Logo

#e1efe4 Color Hex

#E1EFE4
(225,239,228)
0 Favorites   0 Comments

Color spaces of #e1efe4

RGB 225239228
HSL0.370.300.91
HSV133°94°
CMYK 0.060.000.05   0.06
XYZ75.921483.342085.4839
Yxy83.34200.31020.3405
Hunter Lab91.2918-11.31408.3863
CIE-Lab93.1640-6.61203.7102

#e1efe4 color RGB value is (225,239,228).

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

The process color (four color CMYK) of #e1efe4 color hex is 0.06, 0.00, 0.05, 0.06. Web safe color of #e1efe4 is #ccffcc. Color #e1efe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11100100
Octal 341 357 344
Decimal 225 239 228
Hex E1 EF E4

RGB Percentages of Color #e1efe4

%32.51
%34.54
%32.95

CMYK Percentages of Color #e1efe4

%6
%0
%5
%6

Triadic Colors of #e1efe4

#e1efe4 #e4e1ef #efe4e1

Analogous Colors of #e1efe4

#e1efe4 #e1efeb #e5efe1

Monochromatic Colors of #e1efe4

#e1efe4

Complementary Color

#e1efe4 #efe1ec

#e1efe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efe4 Color CSS Codes

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

#e1efe4 Text Font Color

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

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


#e1efe4 Background Color

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

This div background color is #e1efe4


#e1efe4 Border Color

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

This div border color is #e1efe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efe4


Comments

No comments written yet.

Please login to write comment.