Color Hex Logo

#ecb9ce Color Hex

#ECB9CE
(236,185,206)
0 Favorites   0 Comments

Color spaces of #ecb9ce

RGB 236185206
HSL0.930.570.83
HSV335°22°93°
CMYK 0.000.220.13   0.07
XYZ63.081656.987066.0674
Yxy56.98700.33890.3062
Hunter Lab75.489717.05320.9532
CIE-Lab80.172321.6031-3.5047

#ecb9ce color RGB value is (236,185,206).

#ecb9ce hex color red value is 236, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ecb9ce hue: 0.93 , saturation: 0.57 and the lightness value of ecb9ce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 11001110
Octal 354 271 316
Decimal 236 185 206
Hex EC B9 CE

RGB Percentages of Color #ecb9ce

%37.64
%29.51
%32.85

CMYK Percentages of Color #ecb9ce

%0
%22
%13
%7

Triadic Colors of #ecb9ce

#ecb9ce #ceecb9 #b9ceec

Analogous Colors of #ecb9ce

#ecb9ce #ecbeb9 #ecb9e8

Monochromatic Colors of #ecb9ce

#ecb9ce

Complementary Color

#ecb9ce #b9ecd7

#ecb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb9ce Color CSS Codes

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

#ecb9ce Text Font Color

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

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


#ecb9ce Background Color

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

This div background color is #ecb9ce


#ecb9ce Border Color

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

This div border color is #ecb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb9ce


Comments

No comments written yet.

Please login to write comment.