Color Hex Logo

#ecc6ce Color Hex

#ECC6CE
(236,198,206)
0 Favorites   0 Comments

Color spaces of #ecc6ce

RGB 236198206
HSL0.960.500.85
HSV347°16°93°
CMYK 0.000.160.13   0.07
XYZ65.926762.677367.0157
Yxy62.67730.33700.3204
Hunter Lab79.169010.09725.2300
CIE-Lab83.272314.70171.0339

#ecc6ce color RGB value is (236,198,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 11001110
Octal 354 306 316
Decimal 236 198 206
Hex EC C6 CE

RGB Percentages of Color #ecc6ce

%36.88
%30.94
%32.19

CMYK Percentages of Color #ecc6ce

%0
%16
%13
%7

Triadic Colors of #ecc6ce

#ecc6ce #ceecc6 #c6ceec

Analogous Colors of #ecc6ce

#ecc6ce #ecd1c6 #ecc6e1

Monochromatic Colors of #ecc6ce

#ecc6ce

Complementary Color

#ecc6ce #c6ece4

#ecc6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc6ce Color CSS Codes

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

#ecc6ce Text Font Color

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

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


#ecc6ce Background Color

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

This div background color is #ecc6ce


#ecc6ce Border Color

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

This div border color is #ecc6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc6ce


Comments

No comments written yet.

Please login to write comment.