Color Hex Logo

#eceafd Color Hex

#ECEAFD
(236,234,253)
0 Favorites   0 Comments

Color spaces of #eceafd

RGB 236234253
HSL0.680.830.95
HSV246°99°
CMYK 0.070.080.00   0.01
XYZ81.744583.7704104.7894
Yxy83.77040.30240.3099
Hunter Lab91.5262-0.7476-3.8135
CIE-Lab93.35074.1530-8.9258

#eceafd color RGB value is (236,234,253).

#eceafd hex color red value is 236, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eceafd hue: 0.68 , saturation: 0.83 and the lightness value of eceafd is 0.95.

The process color (four color CMYK) of #eceafd color hex is 0.07, 0.08, 0.00, 0.01. Web safe color of #eceafd is #ffffff. Color #eceafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 11111101
Octal 354 352 375
Decimal 236 234 253
Hex EC EA FD

RGB Percentages of Color #eceafd

%32.64
%32.37
%34.99

CMYK Percentages of Color #eceafd

%7
%8
%0
%1

Triadic Colors of #eceafd

#eceafd #fdecea #eafdec

Analogous Colors of #eceafd

#eceafd #f6eafd #eaf2fd

Monochromatic Colors of #eceafd

#eceafd

Complementary Color

#eceafd #fbfdea

#eceafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceafd Color CSS Codes

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

#eceafd Text Font Color

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

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


#eceafd Background Color

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

This div background color is #eceafd


#eceafd Border Color

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

This div border color is #eceafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceafd

Related Colors


Comments

No comments written yet.

Please login to write comment.