Color Hex Logo

#e8daea Color Hex

#E8DAEA
(232,218,234)
0 Favorites   0 Comments

Color spaces of #e8daea

RGB 232218234
HSL0.810.280.89
HSV293°92°
CMYK 0.010.070.00   0.08
XYZ73.201473.239188.1203
Yxy73.23910.31210.3122
Hunter Lab85.57982.9167-1.1441
CIE-Lab88.56167.6179-6.1025

#e8daea color RGB value is (232,218,234).

#e8daea hex color red value is 232, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e8daea hue: 0.81 , saturation: 0.28 and the lightness value of e8daea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011010 11101010
Octal 350 332 352
Decimal 232 218 234
Hex E8 DA EA

RGB Percentages of Color #e8daea

%33.92
%31.87
%34.21

CMYK Percentages of Color #e8daea

%1
%7
%0
%8

Triadic Colors of #e8daea

#e8daea #eae8da #daeae8

Analogous Colors of #e8daea

#e8daea #eadae4 #e0daea

Monochromatic Colors of #e8daea

#e8daea

Complementary Color

#e8daea #dceada

#e8daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8daea Color CSS Codes

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

#e8daea Text Font Color

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

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


#e8daea Background Color

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

This div background color is #e8daea


#e8daea Border Color

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

This div border color is #e8daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8daea


Comments

No comments written yet.

Please login to write comment.