Color Hex Logo

#ecd4fe Color Hex

#ECD4FE
(236,212,254)
0 Favorites   0 Comments

Color spaces of #ecd4fe

RGB 236212254
HSL0.760.950.91
HSV274°17°100°
CMYK 0.070.170.00   0.00
XYZ76.024972.0756103.6710
Yxy72.07560.30200.2863
Hunter Lab84.897311.2750-12.9729
CIE-Lab88.005015.8358-17.4376

#ecd4fe color RGB value is (236,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 11111110
Octal 354 324 376
Decimal 236 212 254
Hex EC D4 FE

RGB Percentages of Color #ecd4fe

%33.62
%30.20
%36.18

CMYK Percentages of Color #ecd4fe

%7
%17
%0
%0

Triadic Colors of #ecd4fe

#ecd4fe #feecd4 #d4feec

Analogous Colors of #ecd4fe

#ecd4fe #fed4fb #d7d4fe

Monochromatic Colors of #ecd4fe

#ecd4fe

Complementary Color

#ecd4fe #e6fed4

#ecd4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd4fe Color CSS Codes

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

#ecd4fe Text Font Color

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

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


#ecd4fe Background Color

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

This div background color is #ecd4fe


#ecd4fe Border Color

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

This div border color is #ecd4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.