Color Hex Logo

#e9deeb Color Hex

#E9DEEB
(233,222,235)
0 Favorites   0 Comments

Color spaces of #e9deeb

RGB 233222235
HSL0.810.250.90
HSV291°92°
CMYK 0.010.060.00   0.08
XYZ74.720975.564389.2444
Yxy75.56430.31190.3155
Hunter Lab86.92771.3106-0.0207
CIE-Lab89.65676.0474-5.0037

#e9deeb color RGB value is (233,222,235).

#e9deeb hex color red value is 233, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9deeb hue: 0.81 , saturation: 0.25 and the lightness value of e9deeb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 11101011
Octal 351 336 353
Decimal 233 222 235
Hex E9 DE EB

RGB Percentages of Color #e9deeb

%33.77
%32.17
%34.06

CMYK Percentages of Color #e9deeb

%1
%6
%0
%8

Triadic Colors of #e9deeb

#e9deeb #ebe9de #deebe9

Analogous Colors of #e9deeb

#e9deeb #ebdee7 #e3deeb

Monochromatic Colors of #e9deeb

#e9deeb

Complementary Color

#e9deeb #e0ebde

#e9deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9deeb Color CSS Codes

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

#e9deeb Text Font Color

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

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


#e9deeb Background Color

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

This div background color is #e9deeb


#e9deeb Border Color

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

This div border color is #e9deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9deeb


Comments

No comments written yet.

Please login to write comment.