Color Hex Logo

#ecdee4 Color Hex

#ECDEE4
(236,222,228)
0 Favorites   0 Comments

Color spaces of #ecdee4

RGB 236222228
HSL0.930.270.90
HSV334°93°
CMYK 0.000.060.03   0.07
XYZ74.716975.676984.0679
Yxy75.67690.31870.3228
Hunter Lab86.99251.07493.5980
CIE-Lab89.70915.8131-1.2220

#ecdee4 color RGB value is (236,222,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11100100
Octal 354 336 344
Decimal 236 222 228
Hex EC DE E4

RGB Percentages of Color #ecdee4

%34.40
%32.36
%33.24

CMYK Percentages of Color #ecdee4

%0
%6
%3
%7

Triadic Colors of #ecdee4

#ecdee4 #e4ecde #dee4ec

Analogous Colors of #ecdee4

#ecdee4 #ecdfde #ecdeeb

Monochromatic Colors of #ecdee4

#ecdee4

Complementary Color

#ecdee4 #deece6

#ecdee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdee4 Color CSS Codes

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

#ecdee4 Text Font Color

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

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


#ecdee4 Background Color

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

This div background color is #ecdee4


#ecdee4 Border Color

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

This div border color is #ecdee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdee4


Comments

No comments written yet.

Please login to write comment.