Color Hex Logo

#eddbde Color Hex

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

Color spaces of #eddbde

RGB 237219222
HSL0.970.330.89
HSV350°93°
CMYK 0.000.080.06   0.07
XYZ73.441473.941579.5086
Yxy73.94150.32370.3259
Hunter Lab85.98921.97155.3709
CIE-Lab88.89486.68200.7528

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

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

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

Base Numbers

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

RGB Percentages of Color #eddbde

%34.96
%32.30
%32.74

CMYK Percentages of Color #eddbde

%0
%8
%6
%7

Triadic Colors of #eddbde

#eddbde #deeddb #dbdeed

Analogous Colors of #eddbde

#eddbde #ede1db #eddbe7

Monochromatic Colors of #eddbde

#eddbde

Complementary Color

#eddbde #dbedea

#eddbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbde Color CSS Codes

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

#eddbde Text Font Color

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

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


#eddbde Background Color

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

This div background color is #eddbde


#eddbde Border Color

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

This div border color is #eddbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbde

#eddbde Color Palettes


Comments

No comments written yet.

Please login to write comment.