Color Hex Logo

#e5dbeb Color Hex

#E5DBEB
(229,219,235)
0 Favorites   0 Comments

Color spaces of #e5dbeb

RGB 229219235
HSL0.770.290.89
HSV278°92°
CMYK 0.030.070.00   0.08
XYZ72.640073.319288.9207
Yxy73.31920.30930.3122
Hunter Lab85.62661.5811-1.6323
CIE-Lab88.59976.2790-6.5994

#e5dbeb color RGB value is (229,219,235).

#e5dbeb hex color red value is 229, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e5dbeb hue: 0.77 , saturation: 0.29 and the lightness value of e5dbeb is 0.89.

The process color (four color CMYK) of #e5dbeb color hex is 0.03, 0.07, 0.00, 0.08. Web safe color of #e5dbeb is #ccccff. Color #e5dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11101011
Octal 345 333 353
Decimal 229 219 235
Hex E5 DB EB

RGB Percentages of Color #e5dbeb

%33.53
%32.06
%34.41

CMYK Percentages of Color #e5dbeb

%3
%7
%0
%8

Triadic Colors of #e5dbeb

#e5dbeb #ebe5db #dbebe5

Analogous Colors of #e5dbeb

#e5dbeb #ebdbe9 #dddbeb

Monochromatic Colors of #e5dbeb

#e5dbeb

Complementary Color

#e5dbeb #e1ebdb

#e5dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbeb Color CSS Codes

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

#e5dbeb Text Font Color

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

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


#e5dbeb Background Color

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

This div background color is #e5dbeb


#e5dbeb Border Color

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

This div border color is #e5dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbeb


Comments

No comments written yet.

Please login to write comment.