Color Hex Logo

#ede0db Color Hex

#EDE0DB
(237,224,219)
0 Favorites   0 Comments

Color spaces of #ede0db

RGB 237224219
HSL0.050.330.89
HSV17°93°
CMYK 0.000.050.08   0.07
XYZ74.366976.430377.8508
Yxy76.43030.32520.3343
Hunter Lab87.4244-1.15318.3998
CIE-Lab90.05883.58444.0201

#ede0db color RGB value is (237,224,219).

#ede0db hex color red value is 237, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ede0db hue: 0.05 , saturation: 0.33 and the lightness value of ede0db is 0.89.

The process color (four color CMYK) of #ede0db color hex is 0.00, 0.05, 0.08, 0.07. Web safe color of #ede0db is #ffcccc. Color #ede0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 11011011
Octal 355 340 333
Decimal 237 224 219
Hex ED E0 DB

RGB Percentages of Color #ede0db

%34.85
%32.94
%32.21

CMYK Percentages of Color #ede0db

%0
%5
%8
%7

Triadic Colors of #ede0db

#ede0db #dbede0 #e0dbed

Analogous Colors of #ede0db

#ede0db #ede9db #eddbdf

Monochromatic Colors of #ede0db

#ede0db

Complementary Color

#ede0db #dbe8ed

#ede0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede0db Color CSS Codes

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

#ede0db Text Font Color

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

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


#ede0db Background Color

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

This div background color is #ede0db


#ede0db Border Color

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

This div border color is #ede0db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,224,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 #ede0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede0db


Comments

No comments written yet.

Please login to write comment.