Color Hex Logo

#ecdbbd Color Hex

#ECDBBD
(236,219,189)
0 Favorites   0 Comments

Color spaces of #ecdbbd

RGB 236219189
HSL0.110.550.83
HSV38°20°93°
CMYK 0.000.070.20   0.07
XYZ69.108972.170058.4319
Yxy72.17000.34600.3614
Hunter Lab84.9529-3.458518.6865
CIE-Lab88.05041.116316.8697

#ecdbbd color RGB value is (236,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10111101
Octal 354 333 275
Decimal 236 219 189
Hex EC DB BD

RGB Percentages of Color #ecdbbd

%36.65
%34.01
%29.35

CMYK Percentages of Color #ecdbbd

%0
%7
%20
%7

Triadic Colors of #ecdbbd

#ecdbbd #bdecdb #dbbdec

Analogous Colors of #ecdbbd

#ecdbbd #e6ecbd #ecc4bd

Monochromatic Colors of #ecdbbd

#ecdbbd

Complementary Color

#ecdbbd #bdceec

#ecdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbbd Color CSS Codes

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

#ecdbbd Text Font Color

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

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


#ecdbbd Background Color

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

This div background color is #ecdbbd


#ecdbbd Border Color

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

This div border color is #ecdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbbd


Comments

No comments written yet.

Please login to write comment.