Color Hex Logo

#ecdefd Color Hex

#ECDEFD
(236,222,253)
0 Favorites   0 Comments

Color spaces of #ecdefd

RGB 236222253
HSL0.740.890.93
HSV267°12°99°
CMYK 0.070.120.00   0.01
XYZ78.443077.1673103.6889
Yxy77.16730.30250.2976
Hunter Lab87.84495.6668-8.4923
CIE-Lab90.398610.3881-13.3220

#ecdefd color RGB value is (236,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11111101
Octal 354 336 375
Decimal 236 222 253
Hex EC DE FD

RGB Percentages of Color #ecdefd

%33.19
%31.22
%35.58

CMYK Percentages of Color #ecdefd

%7
%12
%0
%1

Triadic Colors of #ecdefd

#ecdefd #fdecde #defdec

Analogous Colors of #ecdefd

#ecdefd #fcdefd #dee0fd

Monochromatic Colors of #ecdefd

#ecdefd

Complementary Color

#ecdefd #effdde

#ecdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdefd Color CSS Codes

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

#ecdefd Text Font Color

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

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


#ecdefd Background Color

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

This div background color is #ecdefd


#ecdefd Border Color

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

This div border color is #ecdefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,222,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 #ecdefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdefd

Related Colors


Comments

No comments written yet.

Please login to write comment.