Color Hex Logo

#eddbdd Color Hex

#EDDBDD
(237,219,221)
0 Favorites   0 Comments

Color spaces of #eddbdd

RGB 237219221
HSL0.980.330.89
HSV353°93°
CMYK 0.000.080.07   0.07
XYZ73.307773.888078.8047
Yxy73.88800.32440.3269
Hunter Lab85.95811.80355.8148
CIE-Lab88.86956.51251.2422

#eddbdd color RGB value is (237,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11011101
Octal 355 333 335
Decimal 237 219 221
Hex ED DB DD

RGB Percentages of Color #eddbdd

%35.01
%32.35
%32.64

CMYK Percentages of Color #eddbdd

%0
%8
%7
%7

Triadic Colors of #eddbdd

#eddbdd #ddeddb #dbdded

Analogous Colors of #eddbdd

#eddbdd #ede2db #eddbe6

Monochromatic Colors of #eddbdd

#eddbdd

Complementary Color

#eddbdd #dbedeb

#eddbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbdd Color CSS Codes

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

#eddbdd Text Font Color

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

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


#eddbdd Background Color

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

This div background color is #eddbdd


#eddbdd Border Color

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

This div border color is #eddbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbdd


Comments

No comments written yet.

Please login to write comment.