Color Hex Logo

#ecdefc Color Hex

#ECDEFC
(236,222,252)
0 Favorites   0 Comments

Color spaces of #ecdefc

RGB 236222252
HSL0.740.830.93
HSV268°12°99°
CMYK 0.060.120.00   0.01
XYZ78.284077.1037102.8519
Yxy77.10370.30310.2986
Hunter Lab87.80875.4727-7.9813
CIE-Lab90.369310.1971-12.8415

#ecdefc color RGB value is (236,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11111100
Octal 354 336 374
Decimal 236 222 252
Hex EC DE FC

RGB Percentages of Color #ecdefc

%33.24
%31.27
%35.49

CMYK Percentages of Color #ecdefc

%6
%12
%0
%1

Triadic Colors of #ecdefc

#ecdefc #fcecde #defcec

Analogous Colors of #ecdefc

#ecdefc #fbdefc #dedffc

Monochromatic Colors of #ecdefc

#ecdefc

Complementary Color

#ecdefc #eefcde

#ecdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdefc Color CSS Codes

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

#ecdefc Text Font Color

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

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


#ecdefc Background Color

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

This div background color is #ecdefc


#ecdefc Border Color

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

This div border color is #ecdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdefc


Comments

No comments written yet.

Please login to write comment.