Color Hex Logo

#e1efde Color Hex

#E1EFDE
(225,239,222)
0 Favorites   0 Comments

Color spaces of #e1efde

RGB 225239222
HSL0.300.350.90
HSV109°94°
CMYK 0.060.000.07   0.06
XYZ75.102783.014581.1723
Yxy83.01450.31390.3469
Hunter Lab91.1123-12.311210.9569
CIE-Lab93.0208-7.66856.6189

#e1efde color RGB value is (225,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11011110
Octal 341 357 336
Decimal 225 239 222
Hex E1 EF DE

RGB Percentages of Color #e1efde

%32.80
%34.84
%32.36

CMYK Percentages of Color #e1efde

%6
%0
%7
%6

Triadic Colors of #e1efde

#e1efde #dee1ef #efdee1

Analogous Colors of #e1efde

#e1efde #deefe4 #eaefde

Monochromatic Colors of #e1efde

#e1efde

Complementary Color

#e1efde #ecdeef

#e1efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efde Color CSS Codes

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

#e1efde Text Font Color

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

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


#e1efde Background Color

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

This div background color is #e1efde


#e1efde Border Color

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

This div border color is #e1efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efde


Comments

No comments written yet.

Please login to write comment.