Color Hex Logo

#ecbdb5 Color Hex

#ECBDB5
(236,189,181)
0 Favorites   0 Comments

Color spaces of #ecbdb5

RGB 236189181
HSL0.020.590.82
HSV23°93°
CMYK 0.000.200.23   0.07
XYZ61.130257.564351.6052
Yxy57.56430.35900.3380
Hunter Lab75.871111.044912.7826
CIE-Lab80.495915.663610.4382

#ecbdb5 color RGB value is (236,189,181).

#ecbdb5 hex color red value is 236, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ecbdb5 hue: 0.02 , saturation: 0.59 and the lightness value of ecbdb5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10110101
Octal 354 275 265
Decimal 236 189 181
Hex EC BD B5

RGB Percentages of Color #ecbdb5

%38.94
%31.19
%29.87

CMYK Percentages of Color #ecbdb5

%0
%20
%23
%7

Triadic Colors of #ecbdb5

#ecbdb5 #b5ecbd #bdb5ec

Analogous Colors of #ecbdb5

#ecbdb5 #ecd9b5 #ecb5c9

Monochromatic Colors of #ecbdb5

#ecbdb5

Complementary Color

#ecbdb5 #b5e4ec

#ecbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdb5 Color CSS Codes

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

#ecbdb5 Text Font Color

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

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


#ecbdb5 Background Color

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

This div background color is #ecbdb5


#ecbdb5 Border Color

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

This div border color is #ecbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdb5


Comments

No comments written yet.

Please login to write comment.