Color Hex Logo

#ecd4ef Color Hex

#ECD4EF
(236,212,239)
0 Favorites   0 Comments

Color spaces of #ecd4ef

RGB 236212239
HSL0.810.460.88
HSV293°11°94°
CMYK 0.010.110.00   0.06
XYZ73.715571.151891.5098
Yxy71.15180.31190.3010
Hunter Lab84.35158.3775-5.2754
CIE-Lab87.558713.0113-10.1913

#ecd4ef color RGB value is (236,212,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 11101111
Octal 354 324 357
Decimal 236 212 239
Hex EC D4 EF

RGB Percentages of Color #ecd4ef

%34.35
%30.86
%34.79

CMYK Percentages of Color #ecd4ef

%1
%11
%0
%6

Triadic Colors of #ecd4ef

#ecd4ef #efecd4 #d4efec

Analogous Colors of #ecd4ef

#ecd4ef #efd4e5 #dfd4ef

Monochromatic Colors of #ecd4ef

#ecd4ef

Complementary Color

#ecd4ef #d7efd4

#ecd4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd4ef Color CSS Codes

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

#ecd4ef Text Font Color

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

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


#ecd4ef Background Color

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

This div background color is #ecd4ef


#ecd4ef Border Color

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

This div border color is #ecd4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd4ef


Comments

No comments written yet.

Please login to write comment.