Color Hex Logo

#e4daff Color Hex

#E4DAFF
(228,218,255)
0 Favorites   0 Comments

Color spaces of #e4daff

RGB 228218255
HSL0.711.000.93
HSV256°15°100°
CMYK 0.110.150.00   0.00
XYZ75.116373.8568104.9045
Yxy73.85680.29590.2909
Hunter Lab85.94005.6239-12.2156
CIE-Lab88.854810.3164-16.7497

#e4daff color RGB value is (228,218,255).

#e4daff hex color red value is 228, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e4daff hue: 0.71 , saturation: 1.00 and the lightness value of e4daff is 0.93.

The process color (four color CMYK) of #e4daff color hex is 0.11, 0.15, 0.00, 0.00. Web safe color of #e4daff is #ccccff. Color #e4daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 11111111
Octal 344 332 377
Decimal 228 218 255
Hex E4 DA FF

RGB Percentages of Color #e4daff

%32.52
%31.10
%36.38

CMYK Percentages of Color #e4daff

%11
%15
%0
%0

Triadic Colors of #e4daff

#e4daff #ffe4da #daffe4

Analogous Colors of #e4daff

#e4daff #f7daff #dae3ff

Monochromatic Colors of #e4daff

#e4daff

Complementary Color

#e4daff #f5ffda

#e4daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4daff Color CSS Codes

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

#e4daff Text Font Color

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

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


#e4daff Background Color

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

This div background color is #e4daff


#e4daff Border Color

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

This div border color is #e4daff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,218,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4daff

Related Colors

#e4daff Color Palettes


Comments

No comments written yet.

Please login to write comment.