Color Hex Logo

#edc1dc Color Hex

#EDC1DC
(237,193,220)
2 Favorites   0 Comments

Color spaces of #edc1dc

RGB 237193220
HSL0.900.550.84
HSV323°19°93°
CMYK 0.000.190.07   0.07
XYZ66.913361.311876.0178
Yxy61.31180.32760.3002
Hunter Lab78.301915.5100-2.7492
CIE-Lab82.546120.0289-7.5181

#edc1dc color RGB value is (237,193,220).

#edc1dc hex color red value is 237, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edc1dc hue: 0.90 , saturation: 0.55 and the lightness value of edc1dc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 11011100
Octal 355 301 334
Decimal 237 193 220
Hex ED C1 DC

RGB Percentages of Color #edc1dc

%36.46
%29.69
%33.85

CMYK Percentages of Color #edc1dc

%0
%19
%7
%7

Triadic Colors of #edc1dc

#edc1dc #dcedc1 #c1dced

Analogous Colors of #edc1dc

#edc1dc #edc1c6 #e8c1ed

Monochromatic Colors of #edc1dc

#edc1dc

Complementary Color

#edc1dc #c1edd2

#edc1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc1dc Color CSS Codes

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

#edc1dc Text Font Color

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

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


#edc1dc Background Color

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

This div background color is #edc1dc


#edc1dc Border Color

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

This div border color is #edc1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc1dc


Comments

No comments written yet.

Please login to write comment.