Color Hex Logo

#edc5ce Color Hex

#EDC5CE
(237,197,206)
0 Favorites   0 Comments

Color spaces of #edc5ce

RGB 237197206
HSL0.960.530.85
HSV347°17°93°
CMYK 0.000.170.13   0.07
XYZ66.031962.393366.9554
Yxy62.39330.33800.3193
Hunter Lab78.989410.98715.0354
CIE-Lab83.122115.58430.8260

#edc5ce color RGB value is (237,197,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 11001110
Octal 355 305 316
Decimal 237 197 206
Hex ED C5 CE

RGB Percentages of Color #edc5ce

%37.03
%30.78
%32.19

CMYK Percentages of Color #edc5ce

%0
%17
%13
%7

Triadic Colors of #edc5ce

#edc5ce #ceedc5 #c5ceed

Analogous Colors of #edc5ce

#edc5ce #edd0c5 #edc5e2

Monochromatic Colors of #edc5ce

#edc5ce

Complementary Color

#edc5ce #c5ede4

#edc5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc5ce Color CSS Codes

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

#edc5ce Text Font Color

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

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


#edc5ce Background Color

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

This div background color is #edc5ce


#edc5ce Border Color

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

This div border color is #edc5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc5ce


Comments

No comments written yet.

Please login to write comment.