Color Hex Logo

#e5dadb Color Hex

#E5DADB
(229,218,219)
0 Favorites   0 Comments

Color spaces of #e5dadb

RGB 229218219
HSL0.980.170.88
HSV355°90°
CMYK 0.000.050.04   0.10
XYZ70.170771.915377.2005
Yxy71.91530.32000.3280
Hunter Lab84.8029-0.70415.3872
CIE-Lab87.92783.93550.8454

#e5dadb color RGB value is (229,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 11011011
Octal 345 332 333
Decimal 229 218 219
Hex E5 DA DB

RGB Percentages of Color #e5dadb

%34.38
%32.73
%32.88

CMYK Percentages of Color #e5dadb

%0
%5
%4
%10

Triadic Colors of #e5dadb

#e5dadb #dbe5da #dadbe5

Analogous Colors of #e5dadb

#e5dadb #e5dfda #e5dae1

Monochromatic Colors of #e5dadb

#e5dadb

Complementary Color

#e5dadb #dae5e4

#e5dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dadb Color CSS Codes

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

#e5dadb Text Font Color

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

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


#e5dadb Background Color

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

This div background color is #e5dadb


#e5dadb Border Color

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

This div border color is #e5dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dadb


Comments

No comments written yet.

Please login to write comment.