Color Hex Logo

#ecd4ee Color Hex

#ECD4EE
(236,212,238)
0 Favorites   0 Comments

Color spaces of #ecd4ee

RGB 236212238
HSL0.820.430.88
HSV295°11°93°
CMYK 0.010.110.00   0.07
XYZ73.568271.092990.7338
Yxy71.09290.31250.3020
Hunter Lab84.31668.1913-4.7808
CIE-Lab87.530112.8283-9.7056

#ecd4ee color RGB value is (236,212,238).

#ecd4ee hex color red value is 236, green value is 212 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ecd4ee hue: 0.82 , saturation: 0.43 and the lightness value of ecd4ee is 0.88.

The process color (four color CMYK) of #ecd4ee color hex is 0.01, 0.11, 0.00, 0.07. Web safe color of #ecd4ee is #ffccff. Color #ecd4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 11101110
Octal 354 324 356
Decimal 236 212 238
Hex EC D4 EE

RGB Percentages of Color #ecd4ee

%34.40
%30.90
%34.69

CMYK Percentages of Color #ecd4ee

%1
%11
%0
%7

Triadic Colors of #ecd4ee

#ecd4ee #eeecd4 #d4eeec

Analogous Colors of #ecd4ee

#ecd4ee #eed4e3 #dfd4ee

Monochromatic Colors of #ecd4ee

#ecd4ee

Complementary Color

#ecd4ee #d6eed4

#ecd4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd4ee Color CSS Codes

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

#ecd4ee Text Font Color

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

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


#ecd4ee Background Color

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

This div background color is #ecd4ee


#ecd4ee Border Color

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

This div border color is #ecd4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd4ee

#ecd4ee Color Palettes


Comments

No comments written yet.

Please login to write comment.