Color Hex Logo

#e4deeb Color Hex

#E4DEEB
(228,222,235)
0 Favorites   0 Comments

Color spaces of #e4deeb

RGB 228222235
HSL0.740.250.90
HSV268°92°
CMYK 0.030.060.00   0.08
XYZ73.111674.734789.1691
Yxy74.73470.30850.3153
Hunter Lab86.4492-0.3256-0.6409
CIE-Lab89.26864.3832-5.6201

#e4deeb color RGB value is (228,222,235).

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

The process color (four color CMYK) of #e4deeb color hex is 0.03, 0.06, 0.00, 0.08. Web safe color of #e4deeb is #ccccff. Color #e4deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011110 11101011
Octal 344 336 353
Decimal 228 222 235
Hex E4 DE EB

RGB Percentages of Color #e4deeb

%33.28
%32.41
%34.31

CMYK Percentages of Color #e4deeb

%3
%6
%0
%8

Triadic Colors of #e4deeb

#e4deeb #ebe4de #deebe4

Analogous Colors of #e4deeb

#e4deeb #ebdeeb #dedfeb

Monochromatic Colors of #e4deeb

#e4deeb

Complementary Color

#e4deeb #e5ebde

#e4deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4deeb Color CSS Codes

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

#e4deeb Text Font Color

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

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


#e4deeb Background Color

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

This div background color is #e4deeb


#e4deeb Border Color

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

This div border color is #e4deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4deeb


Comments

No comments written yet.

Please login to write comment.