Color Hex Logo

#edc5db Color Hex

#EDC5DB
(237,197,219)
0 Favorites   0 Comments

Color spaces of #edc5db

RGB 237197219
HSL0.910.530.85
HSV327°17°93°
CMYK 0.000.170.08   0.07
XYZ67.677563.051575.6210
Yxy63.05150.32800.3056
Hunter Lab79.405013.1783-0.8811
CIE-Lab83.469517.7357-5.6168

#edc5db color RGB value is (237,197,219).

#edc5db hex color red value is 237, green value is 197 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edc5db hue: 0.91 , saturation: 0.53 and the lightness value of edc5db is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 11011011
Octal 355 305 333
Decimal 237 197 219
Hex ED C5 DB

RGB Percentages of Color #edc5db

%36.29
%30.17
%33.54

CMYK Percentages of Color #edc5db

%0
%17
%8
%7

Triadic Colors of #edc5db

#edc5db #dbedc5 #c5dbed

Analogous Colors of #edc5db

#edc5db #edc5c7 #ebc5ed

Monochromatic Colors of #edc5db

#edc5db

Complementary Color

#edc5db #c5edd7

#edc5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc5db Color CSS Codes

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

#edc5db Text Font Color

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

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


#edc5db Background Color

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

This div background color is #edc5db


#edc5db Border Color

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

This div border color is #edc5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc5db


Comments

No comments written yet.

Please login to write comment.