Color Hex Logo

#ede7db Color Hex

#EDE7DB
(237,231,219)
0 Favorites   0 Comments

Color spaces of #ede7db

RGB 237231219
HSL0.110.330.89
HSV40°93°
CMYK 0.000.030.08   0.07
XYZ76.287180.270878.4909
Yxy80.27080.32460.3415
Hunter Lab89.5940-4.801010.7734
CIE-Lab91.8062-0.01606.5441

#ede7db color RGB value is (237,231,219).

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

The process color (four color CMYK) of #ede7db color hex is 0.00, 0.03, 0.08, 0.07. Web safe color of #ede7db is #ffffcc. Color #ede7db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 11011011
Octal 355 347 333
Decimal 237 231 219
Hex ED E7 DB

RGB Percentages of Color #ede7db

%34.50
%33.62
%31.88

CMYK Percentages of Color #ede7db

%0
%3
%8
%7

Triadic Colors of #ede7db

#ede7db #dbede7 #e7dbed

Analogous Colors of #ede7db

#ede7db #eaeddb #eddedb

Monochromatic Colors of #ede7db

#ede7db

Complementary Color

#ede7db #dbe1ed

#ede7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede7db Color CSS Codes

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

#ede7db Text Font Color

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

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


#ede7db Background Color

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

This div background color is #ede7db


#ede7db Border Color

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

This div border color is #ede7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede7db

#ede7db Color Palettes


Comments

No comments written yet.

Please login to write comment.