Color Hex Logo

#edc8db Color Hex

#EDC8DB
(237,200,219)
0 Favorites   0 Comments

Color spaces of #edc8db

RGB 237200219
HSL0.910.510.86
HSV329°16°93°
CMYK 0.000.160.08   0.07
XYZ68.365564.427675.8503
Yxy64.42760.32770.3088
Hunter Lab80.266811.56660.1591
CIE-Lab84.187916.1468-4.5569

#edc8db color RGB value is (237,200,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 11011011
Octal 355 310 333
Decimal 237 200 219
Hex ED C8 DB

RGB Percentages of Color #edc8db

%36.13
%30.49
%33.38

CMYK Percentages of Color #edc8db

%0
%16
%8
%7

Triadic Colors of #edc8db

#edc8db #dbedc8 #c8dbed

Analogous Colors of #edc8db

#edc8db #edc8c9 #edc8ed

Monochromatic Colors of #edc8db

#edc8db

Complementary Color

#edc8db #c8edda

#edc8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc8db Color CSS Codes

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

#edc8db Text Font Color

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

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


#edc8db Background Color

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

This div background color is #edc8db


#edc8db Border Color

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

This div border color is #edc8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc8db


Comments

No comments written yet.

Please login to write comment.