Color Hex Logo

#ecc4ce Color Hex

#ECC4CE
(236,196,206)
0 Favorites   0 Comments

Color spaces of #ecc4ce

RGB 236196206
HSL0.960.510.85
HSV345°17°93°
CMYK 0.000.170.13   0.07
XYZ65.472661.769066.8643
Yxy61.76900.33730.3182
Hunter Lab78.593311.16234.5735
CIE-Lab82.790415.76020.3313

#ecc4ce color RGB value is (236,196,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 11001110
Octal 354 304 316
Decimal 236 196 206
Hex EC C4 CE

RGB Percentages of Color #ecc4ce

%36.99
%30.72
%32.29

CMYK Percentages of Color #ecc4ce

%0
%17
%13
%7

Triadic Colors of #ecc4ce

#ecc4ce #ceecc4 #c4ceec

Analogous Colors of #ecc4ce

#ecc4ce #eccec4 #ecc4e2

Monochromatic Colors of #ecc4ce

#ecc4ce

Complementary Color

#ecc4ce #c4ece2

#ecc4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc4ce Color CSS Codes

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

#ecc4ce Text Font Color

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

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


#ecc4ce Background Color

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

This div background color is #ecc4ce


#ecc4ce Border Color

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

This div border color is #ecc4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc4ce


Comments

No comments written yet.

Please login to write comment.