Color Hex Logo

#ece1dc Color Hex

#ECE1DC
(236,225,220)
0 Favorites   0 Comments

Color spaces of #ece1dc

RGB 236225220
HSL0.050.300.89
HSV19°93°
CMYK 0.000.050.07   0.07
XYZ74.435676.850678.6206
Yxy76.85060.32380.3343
Hunter Lab87.6645-1.84918.1918
CIE-Lab90.25282.88983.7671

#ece1dc color RGB value is (236,225,220).

#ece1dc hex color red value is 236, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ece1dc hue: 0.05 , saturation: 0.30 and the lightness value of ece1dc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 11011100
Octal 354 341 334
Decimal 236 225 220
Hex EC E1 DC

RGB Percentages of Color #ece1dc

%34.65
%33.04
%32.31

CMYK Percentages of Color #ece1dc

%0
%5
%7
%7

Triadic Colors of #ece1dc

#ece1dc #dcece1 #e1dcec

Analogous Colors of #ece1dc

#ece1dc #ece9dc #ecdcdf

Monochromatic Colors of #ece1dc

#ece1dc

Complementary Color

#ece1dc #dce7ec

#ece1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece1dc Color CSS Codes

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

#ece1dc Text Font Color

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

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


#ece1dc Background Color

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

This div background color is #ece1dc


#ece1dc Border Color

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

This div border color is #ece1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece1dc


Comments

No comments written yet.

Please login to write comment.