Color Hex Logo

#ecdeec Color Hex

#ECDEEC
(236,222,236)
0 Favorites   0 Comments

Color spaces of #ecdeec

RGB 236222236
HSL0.830.270.90
HSV300°93°
CMYK 0.000.060.00   0.07
XYZ75.853776.131590.0538
Yxy76.13150.31340.3145
Hunter Lab87.25342.4856-0.1156
CIE-Lab89.92047.2311-5.1131

#ecdeec color RGB value is (236,222,236).

#ecdeec hex color red value is 236, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ecdeec hue: 0.83 , saturation: 0.27 and the lightness value of ecdeec is 0.90.

The process color (four color CMYK) of #ecdeec color hex is 0.00, 0.06, 0.00, 0.07. Web safe color of #ecdeec is #ffccff. Color #ecdeec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11101100
Octal 354 336 354
Decimal 236 222 236
Hex EC DE EC

RGB Percentages of Color #ecdeec

%34.01
%31.99
%34.01

CMYK Percentages of Color #ecdeec

%0
%6
%0
%7

Triadic Colors of #ecdeec

#ecdeec #ececde #deecec

Analogous Colors of #ecdeec

#ecdeec #ecdee5 #e5deec

Monochromatic Colors of #ecdeec

#ecdeec

Complementary Color

#ecdeec #deecde

#ecdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdeec Color CSS Codes

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

#ecdeec Text Font Color

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

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


#ecdeec Background Color

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

This div background color is #ecdeec


#ecdeec Border Color

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

This div border color is #ecdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdeec


Comments

No comments written yet.

Please login to write comment.