Color Hex Logo

#e9dafa Color Hex

#E9DAFA
(233,218,250)
0 Favorites   0 Comments

Color spaces of #e9dafa

RGB 233218250
HSL0.740.760.92
HSV268°13°98°
CMYK 0.070.130.00   0.02
XYZ75.931074.3686100.7951
Yxy74.36860.30240.2962
Hunter Lab86.23726.2523-8.9328
CIE-Lab89.096410.9401-13.7193

#e9dafa color RGB value is (233,218,250).

#e9dafa hex color red value is 233, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e9dafa hue: 0.74 , saturation: 0.76 and the lightness value of e9dafa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011010 11111010
Octal 351 332 372
Decimal 233 218 250
Hex E9 DA FA

RGB Percentages of Color #e9dafa

%33.24
%31.10
%35.66

CMYK Percentages of Color #e9dafa

%7
%13
%0
%2

Triadic Colors of #e9dafa

#e9dafa #fae9da #dafae9

Analogous Colors of #e9dafa

#e9dafa #f9dafa #dadbfa

Monochromatic Colors of #e9dafa

#e9dafa

Complementary Color

#e9dafa #ebfada

#e9dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dafa Color CSS Codes

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

#e9dafa Text Font Color

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

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


#e9dafa Background Color

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

This div background color is #e9dafa


#e9dafa Border Color

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

This div border color is #e9dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dafa


Comments

No comments written yet.

Please login to write comment.