Color Hex Logo

#eddedb Color Hex

#EDDEDB
(237,222,219)
0 Favorites   0 Comments

Color spaces of #eddedb

RGB 237222219
HSL0.030.330.89
HSV10°93°
CMYK 0.000.060.08   0.07
XYZ73.832575.361677.6727
Yxy75.36160.32540.3322
Hunter Lab86.8111-0.10577.7190
CIE-Lab89.56214.61893.3002

#eddedb color RGB value is (237,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11011011
Octal 355 336 333
Decimal 237 222 219
Hex ED DE DB

RGB Percentages of Color #eddedb

%34.96
%32.74
%32.30

CMYK Percentages of Color #eddedb

%0
%6
%8
%7

Triadic Colors of #eddedb

#eddedb #dbedde #dedbed

Analogous Colors of #eddedb

#eddedb #ede7db #eddbe1

Monochromatic Colors of #eddedb

#eddedb

Complementary Color

#eddedb #dbeaed

#eddedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddedb Color CSS Codes

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

#eddedb Text Font Color

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

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


#eddedb Background Color

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

This div background color is #eddedb


#eddedb Border Color

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

This div border color is #eddedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddedb


Comments

No comments written yet.

Please login to write comment.