Color Hex Logo

#ecc0bc Color Hex

#ECC0BC
(236,192,188)
0 Favorites   0 Comments

Color spaces of #ecc0bc

RGB 236192188
HSL0.010.560.83
HSV20°93°
CMYK 0.000.190.20   0.07
XYZ62.518859.163055.7015
Yxy59.16300.35250.3335
Hunter Lab76.917510.479810.9061
CIE-Lab81.381115.09187.9431

#ecc0bc color RGB value is (236,192,188).

#ecc0bc hex color red value is 236, green value is 192 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ecc0bc hue: 0.01 , saturation: 0.56 and the lightness value of ecc0bc is 0.83.

The process color (four color CMYK) of #ecc0bc color hex is 0.00, 0.19, 0.20, 0.07. Web safe color of #ecc0bc is #ffcccc. Color #ecc0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 10111100
Octal 354 300 274
Decimal 236 192 188
Hex EC C0 BC

RGB Percentages of Color #ecc0bc

%38.31
%31.17
%30.52

CMYK Percentages of Color #ecc0bc

%0
%19
%20
%7

Triadic Colors of #ecc0bc

#ecc0bc #bcecc0 #c0bcec

Analogous Colors of #ecc0bc

#ecc0bc #ecd8bc #ecbcd0

Monochromatic Colors of #ecc0bc

#ecc0bc

Complementary Color

#ecc0bc #bce8ec

#ecc0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc0bc Color CSS Codes

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

#ecc0bc Text Font Color

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

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


#ecc0bc Background Color

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

This div background color is #ecc0bc


#ecc0bc Border Color

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

This div border color is #ecc0bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,192,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc0bc


Comments

No comments written yet.

Please login to write comment.