Color Hex Logo

#ecbcbe Color Hex

#ECBCBE
(236,188,190)
0 Favorites   0 Comments

Color spaces of #ecbcbe

RGB 236188190
HSL0.990.560.83
HSV358°20°93°
CMYK 0.000.200.19   0.07
XYZ61.869657.517056.5562
Yxy57.51700.35160.3269
Hunter Lab75.840012.89898.8736
CIE-Lab80.469517.51075.5573

#ecbcbe color RGB value is (236,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111100 10111110
Octal 354 274 276
Decimal 236 188 190
Hex EC BC BE

RGB Percentages of Color #ecbcbe

%38.44
%30.62
%30.94

CMYK Percentages of Color #ecbcbe

%0
%20
%19
%7

Triadic Colors of #ecbcbe

#ecbcbe #beecbc #bcbeec

Analogous Colors of #ecbcbe

#ecbcbe #ecd2bc #ecbcd6

Monochromatic Colors of #ecbcbe

#ecbcbe

Complementary Color

#ecbcbe #bcecea

#ecbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbcbe Color CSS Codes

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

#ecbcbe Text Font Color

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

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


#ecbcbe Background Color

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

This div background color is #ecbcbe


#ecbcbe Border Color

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

This div border color is #ecbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbcbe


Comments

No comments written yet.

Please login to write comment.