Color Hex Logo

#e4daeb Color Hex

#E4DAEB
(228,218,235)
0 Favorites   0 Comments

Color spaces of #e4daeb

RGB 228218235
HSL0.760.300.89
HSV275°92°
CMYK 0.030.070.00   0.08
XYZ72.061772.634988.8191
Yxy72.63490.30860.3110
Hunter Lab85.22611.7824-2.1313
CIE-Lab88.27336.4697-7.0910

#e4daeb color RGB value is (228,218,235).

#e4daeb hex color red value is 228, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e4daeb hue: 0.76 , saturation: 0.30 and the lightness value of e4daeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 11101011
Octal 344 332 353
Decimal 228 218 235
Hex E4 DA EB

RGB Percentages of Color #e4daeb

%33.48
%32.01
%34.51

CMYK Percentages of Color #e4daeb

%3
%7
%0
%8

Triadic Colors of #e4daeb

#e4daeb #ebe4da #daebe4

Analogous Colors of #e4daeb

#e4daeb #ebdaea #dcdaeb

Monochromatic Colors of #e4daeb

#e4daeb

Complementary Color

#e4daeb #e1ebda

#e4daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4daeb Color CSS Codes

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

#e4daeb Text Font Color

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

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


#e4daeb Background Color

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

This div background color is #e4daeb


#e4daeb Border Color

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

This div border color is #e4daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4daeb


Comments

No comments written yet.

Please login to write comment.