Color Hex Logo

#edc7db Color Hex

#EDC7DB
(237,199,219)
0 Favorites   0 Comments

Color spaces of #edc7db

RGB 237199219
HSL0.910.510.85
HSV328°16°93°
CMYK 0.000.160.08   0.07
XYZ68.134763.965875.7734
Yxy63.96580.32780.3077
Hunter Lab79.978612.1036-0.1875
CIE-Lab83.948016.6764-4.9107

#edc7db color RGB value is (237,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 11011011
Octal 355 307 333
Decimal 237 199 219
Hex ED C7 DB

RGB Percentages of Color #edc7db

%36.18
%30.38
%33.44

CMYK Percentages of Color #edc7db

%0
%16
%8
%7

Triadic Colors of #edc7db

#edc7db #dbedc7 #c7dbed

Analogous Colors of #edc7db

#edc7db #edc7c8 #ecc7ed

Monochromatic Colors of #edc7db

#edc7db

Complementary Color

#edc7db #c7edd9

#edc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc7db Color CSS Codes

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

#edc7db Text Font Color

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

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


#edc7db Background Color

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

This div background color is #edc7db


#edc7db Border Color

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

This div border color is #edc7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc7db


Comments

No comments written yet.

Please login to write comment.