Color Hex Logo

#e1deec Color Hex

#E1DEEC
(225,222,236)
0 Favorites   0 Comments

Color spaces of #e1deec

RGB 225222236
HSL0.700.270.90
HSV253°93°
CMYK 0.050.060.00   0.07
XYZ72.312974.306289.8881
Yxy74.30620.30580.3142
Hunter Lab86.2010-1.1106-1.4853
CIE-Lab89.06703.5777-6.4692

#e1deec color RGB value is (225,222,236).

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

The process color (four color CMYK) of #e1deec color hex is 0.05, 0.06, 0.00, 0.07. Web safe color of #e1deec is #ccccff. Color #e1deec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11101100
Octal 341 336 354
Decimal 225 222 236
Hex E1 DE EC

RGB Percentages of Color #e1deec

%32.94
%32.50
%34.55

CMYK Percentages of Color #e1deec

%5
%6
%0
%7

Triadic Colors of #e1deec

#e1deec #ece1de #deece1

Analogous Colors of #e1deec

#e1deec #e8deec #dee2ec

Monochromatic Colors of #e1deec

#e1deec

Complementary Color

#e1deec #e9ecde

#e1deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1deec Color CSS Codes

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

#e1deec Text Font Color

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

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


#e1deec Background Color

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

This div background color is #e1deec


#e1deec Border Color

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

This div border color is #e1deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1deec

#e1deec Color Palettes


Comments

No comments written yet.

Please login to write comment.