Color Hex Logo

#e9dcec Color Hex

#E9DCEC
(233,220,236)
0 Favorites   0 Comments

Color spaces of #e9dcec

RGB 233220236
HSL0.800.300.89
HSV289°93°
CMYK 0.010.070.00   0.07
XYZ74.337874.566289.8316
Yxy74.56620.31140.3123
Hunter Lab86.35172.5502-1.2331
CIE-Lab89.18947.2715-6.2189

#e9dcec color RGB value is (233,220,236).

#e9dcec hex color red value is 233, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e9dcec hue: 0.80 , saturation: 0.30 and the lightness value of e9dcec is 0.89.

The process color (four color CMYK) of #e9dcec color hex is 0.01, 0.07, 0.00, 0.07. Web safe color of #e9dcec is #ffccff. Color #e9dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011100 11101100
Octal 351 334 354
Decimal 233 220 236
Hex E9 DC EC

RGB Percentages of Color #e9dcec

%33.82
%31.93
%34.25

CMYK Percentages of Color #e9dcec

%1
%7
%0
%7

Triadic Colors of #e9dcec

#e9dcec #ece9dc #dcece9

Analogous Colors of #e9dcec

#e9dcec #ecdce7 #e1dcec

Monochromatic Colors of #e9dcec

#e9dcec

Complementary Color

#e9dcec #dfecdc

#e9dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dcec Color CSS Codes

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

#e9dcec Text Font Color

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

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


#e9dcec Background Color

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

This div background color is #e9dcec


#e9dcec Border Color

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

This div border color is #e9dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dcec


Comments

No comments written yet.

Please login to write comment.