Color Hex Logo

#edc3ce Color Hex

#EDC3CE
(237,195,206)
0 Favorites   0 Comments

Color spaces of #edc3ce

RGB 237195206
HSL0.960.540.85
HSV344°18°93°
CMYK 0.000.180.13   0.07
XYZ65.580761.491066.8050
Yxy61.49100.33830.3172
Hunter Lab78.416212.05404.3805
CIE-Lab82.642016.64290.1256

#edc3ce color RGB value is (237,195,206).

#edc3ce hex color red value is 237, green value is 195 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edc3ce hue: 0.96 , saturation: 0.54 and the lightness value of edc3ce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 11001110
Octal 355 303 316
Decimal 237 195 206
Hex ED C3 CE

RGB Percentages of Color #edc3ce

%37.15
%30.56
%32.29

CMYK Percentages of Color #edc3ce

%0
%18
%13
%7

Triadic Colors of #edc3ce

#edc3ce #ceedc3 #c3ceed

Analogous Colors of #edc3ce

#edc3ce #edcdc3 #edc3e3

Monochromatic Colors of #edc3ce

#edc3ce

Complementary Color

#edc3ce #c3ede2

#edc3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc3ce Color CSS Codes

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

#edc3ce Text Font Color

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

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


#edc3ce Background Color

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

This div background color is #edc3ce


#edc3ce Border Color

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

This div border color is #edc3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc3ce


Comments

No comments written yet.

Please login to write comment.