Color Hex Logo

#ecdefa Color Hex

#ECDEFA
(236,222,250)
0 Favorites   0 Comments

Color spaces of #ecdefa

RGB 236222250
HSL0.750.740.93
HSV270°11°98°
CMYK 0.060.110.00   0.02
XYZ77.968776.9775101.1912
Yxy76.97750.30440.3005
Hunter Lab87.73685.0874-6.9663
CIE-Lab90.31139.8173-11.8797

#ecdefa color RGB value is (236,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11111010
Octal 354 336 372
Decimal 236 222 250
Hex EC DE FA

RGB Percentages of Color #ecdefa

%33.33
%31.36
%35.31

CMYK Percentages of Color #ecdefa

%6
%11
%0
%2

Triadic Colors of #ecdefa

#ecdefa #faecde #defaec

Analogous Colors of #ecdefa

#ecdefa #fadefa #dedefa

Monochromatic Colors of #ecdefa

#ecdefa

Complementary Color

#ecdefa #ecfade

#ecdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdefa Color CSS Codes

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

#ecdefa Text Font Color

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

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


#ecdefa Background Color

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

This div background color is #ecdefa


#ecdefa Border Color

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

This div border color is #ecdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdefa

Related Colors

#ecdefa Color Palettes


Comments

No comments written yet.

Please login to write comment.