Color Hex Logo

#ede4db Color Hex

#EDE4DB
(237,228,219)
0 Favorites   0 Comments

Color spaces of #ede4db

RGB 237228219
HSL0.080.330.89
HSV30°93°
CMYK 0.000.040.08   0.07
XYZ75.454678.605878.2134
Yxy78.60580.32490.3384
Hunter Lab88.6599-3.24129.7579
CIE-Lab91.05561.52295.4616

#ede4db color RGB value is (237,228,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 11011011
Octal 355 344 333
Decimal 237 228 219
Hex ED E4 DB

RGB Percentages of Color #ede4db

%34.65
%33.33
%32.02

CMYK Percentages of Color #ede4db

%0
%4
%8
%7

Triadic Colors of #ede4db

#ede4db #dbede4 #e4dbed

Analogous Colors of #ede4db

#ede4db #ededdb #eddbdb

Monochromatic Colors of #ede4db

#ede4db

Complementary Color

#ede4db #dbe4ed

#ede4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede4db Color CSS Codes

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

#ede4db Text Font Color

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

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


#ede4db Background Color

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

This div background color is #ede4db


#ede4db Border Color

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

This div border color is #ede4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede4db

#ede4db Color Palettes


Comments

No comments written yet.

Please login to write comment.