Color Hex Logo

#ecbace Color Hex

#ECBACE
(236,186,206)
0 Favorites   0 Comments

Color spaces of #ecbace

RGB 236186206
HSL0.930.570.83
HSV336°21°93°
CMYK 0.000.210.13   0.07
XYZ63.291657.406966.1373
Yxy57.40690.33880.3073
Hunter Lab75.767316.51561.2829
CIE-Lab80.407921.0709-3.1582

#ecbace color RGB value is (236,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11001110
Octal 354 272 316
Decimal 236 186 206
Hex EC BA CE

RGB Percentages of Color #ecbace

%37.58
%29.62
%32.80

CMYK Percentages of Color #ecbace

%0
%21
%13
%7

Triadic Colors of #ecbace

#ecbace #ceecba #baceec

Analogous Colors of #ecbace

#ecbace #ecbfba #ecbae7

Monochromatic Colors of #ecbace

#ecbace

Complementary Color

#ecbace #baecd8

#ecbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbace Color CSS Codes

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

#ecbace Text Font Color

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

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


#ecbace Background Color

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

This div background color is #ecbace


#ecbace Border Color

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

This div border color is #ecbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbace


Comments

No comments written yet.

Please login to write comment.