Color Hex Logo

#ecd4fd Color Hex

#ECD4FD
(236,212,253)
0 Favorites   0 Comments

Color spaces of #ecd4fd

RGB 236212253
HSL0.760.910.91
HSV275°16°99°
CMYK 0.070.160.00   0.01
XYZ75.865272.0117102.8296
Yxy72.01170.30260.2872
Hunter Lab84.859711.0758-12.4435
CIE-Lab87.974215.6431-16.9568

#ecd4fd color RGB value is (236,212,253).

#ecd4fd hex color red value is 236, green value is 212 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecd4fd hue: 0.76 , saturation: 0.91 and the lightness value of ecd4fd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 11111101
Octal 354 324 375
Decimal 236 212 253
Hex EC D4 FD

RGB Percentages of Color #ecd4fd

%33.67
%30.24
%36.09

CMYK Percentages of Color #ecd4fd

%7
%16
%0
%1

Triadic Colors of #ecd4fd

#ecd4fd #fdecd4 #d4fdec

Analogous Colors of #ecd4fd

#ecd4fd #fdd4fa #d8d4fd

Monochromatic Colors of #ecd4fd

#ecd4fd

Complementary Color

#ecd4fd #e5fdd4

#ecd4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd4fd Color CSS Codes

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

#ecd4fd Text Font Color

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

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


#ecd4fd Background Color

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

This div background color is #ecd4fd


#ecd4fd Border Color

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

This div border color is #ecd4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.