Color Hex Logo

#ecc0bf Color Hex

#ECC0BF
(236,192,191)
0 Favorites   0 Comments

Color spaces of #ecc0bf

RGB 236192191
HSL0.000.540.84
HSV19°93°
CMYK 0.000.190.19   0.07
XYZ62.845759.293757.4227
Yxy59.29370.35000.3302
Hunter Lab77.002410.92909.6876
CIE-Lab81.452815.53956.4357

#ecc0bf color RGB value is (236,192,191).

#ecc0bf hex color red value is 236, green value is 192 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ecc0bf hue: 0.00 , saturation: 0.54 and the lightness value of ecc0bf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 10111111
Octal 354 300 277
Decimal 236 192 191
Hex EC C0 BF

RGB Percentages of Color #ecc0bf

%38.13
%31.02
%30.86

CMYK Percentages of Color #ecc0bf

%0
%19
%19
%7

Triadic Colors of #ecc0bf

#ecc0bf #bfecc0 #c0bfec

Analogous Colors of #ecc0bf

#ecc0bf #ecd7bf #ecbfd5

Monochromatic Colors of #ecc0bf

#ecc0bf

Complementary Color

#ecc0bf #bfebec

#ecc0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc0bf Color CSS Codes

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

#ecc0bf Text Font Color

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

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


#ecc0bf Background Color

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

This div background color is #ecc0bf


#ecc0bf Border Color

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

This div border color is #ecc0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc0bf


Comments

No comments written yet.

Please login to write comment.