Color Hex Logo

#ecdcbe Color Hex

#ECDCBE
(236,220,190)
0 Favorites   0 Comments

Color spaces of #ecdcbe

RGB 236220190
HSL0.110.550.84
HSV39°19°93°
CMYK 0.000.070.19   0.07
XYZ69.479572.737059.0929
Yxy72.73700.34510.3613
Hunter Lab85.2860-3.832818.6194
CIE-Lab88.32210.747116.7278

#ecdcbe color RGB value is (236,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 10111110
Octal 354 334 276
Decimal 236 220 190
Hex EC DC BE

RGB Percentages of Color #ecdcbe

%36.53
%34.06
%29.41

CMYK Percentages of Color #ecdcbe

%0
%7
%19
%7

Triadic Colors of #ecdcbe

#ecdcbe #beecdc #dcbeec

Analogous Colors of #ecdcbe

#ecdcbe #e5ecbe #ecc5be

Monochromatic Colors of #ecdcbe

#ecdcbe

Complementary Color

#ecdcbe #beceec

#ecdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdcbe Color CSS Codes

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

#ecdcbe Text Font Color

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

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


#ecdcbe Background Color

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

This div background color is #ecdcbe


#ecdcbe Border Color

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

This div border color is #ecdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdcbe

#ecdcbe Color Palettes


Comments

No comments written yet.

Please login to write comment.