Color Hex Logo

#ecbdcb Color Hex

#ECBDCB
(236,189,203)
0 Favorites   0 Comments

Color spaces of #ecbdcb

RGB 236189203
HSL0.950.550.83
HSV342°20°93°
CMYK 0.000.200.14   0.07
XYZ63.569258.539964.4488
Yxy58.53990.34070.3138
Hunter Lab76.511414.41123.6155
CIE-Lab81.038018.9923-0.6179

#ecbdcb color RGB value is (236,189,203).

#ecbdcb hex color red value is 236, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ecbdcb hue: 0.95 , saturation: 0.55 and the lightness value of ecbdcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 11001011
Octal 354 275 313
Decimal 236 189 203
Hex EC BD CB

RGB Percentages of Color #ecbdcb

%37.58
%30.10
%32.32

CMYK Percentages of Color #ecbdcb

%0
%20
%14
%7

Triadic Colors of #ecbdcb

#ecbdcb #cbecbd #bdcbec

Analogous Colors of #ecbdcb

#ecbdcb #ecc7bd #ecbde3

Monochromatic Colors of #ecbdcb

#ecbdcb

Complementary Color

#ecbdcb #bdecde

#ecbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdcb Color CSS Codes

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

#ecbdcb Text Font Color

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

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


#ecbdcb Background Color

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

This div background color is #ecbdcb


#ecbdcb Border Color

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

This div border color is #ecbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdcb


Comments

No comments written yet.

Please login to write comment.