Color Hex Logo

#e5dadf Color Hex

#E5DADF
(229,218,223)
0 Favorites   0 Comments

Color spaces of #e5dadf

RGB 229218223
HSL0.920.170.88
HSV333°90°
CMYK 0.000.050.03   0.10
XYZ70.703872.128580.0077
Yxy72.12850.31730.3237
Hunter Lab84.9285-0.02193.5952
CIE-Lab88.03044.6347-1.1137

#e5dadf color RGB value is (229,218,223).

#e5dadf hex color red value is 229, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e5dadf hue: 0.92 , saturation: 0.17 and the lightness value of e5dadf is 0.88.

The process color (four color CMYK) of #e5dadf color hex is 0.00, 0.05, 0.03, 0.10. Web safe color of #e5dadf is #cccccc. Color #e5dadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11011111
Octal 345 332 337
Decimal 229 218 223
Hex E5 DA DF

RGB Percentages of Color #e5dadf

%34.18
%32.54
%33.28

CMYK Percentages of Color #e5dadf

%0
%5
%3
%10

Triadic Colors of #e5dadf

#e5dadf #dfe5da #dadfe5

Analogous Colors of #e5dadf

#e5dadf #e5dbda #e5dae5

Monochromatic Colors of #e5dadf

#e5dadf

Complementary Color

#e5dadf #dae5e0

#e5dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dadf Color CSS Codes

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

#e5dadf Text Font Color

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

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


#e5dadf Background Color

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

This div background color is #e5dadf


#e5dadf Border Color

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

This div border color is #e5dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dadf


Comments

No comments written yet.

Please login to write comment.