Color Hex Logo

#ecedfe Color Hex

#ECEDFE
(236,237,254)
0 Favorites   0 Comments

Color spaces of #ecedfe

RGB 236237254
HSL0.660.900.96
HSV237°100°
CMYK 0.070.070.00   0.00
XYZ82.765785.5570105.9179
Yxy85.55700.30180.3120
Hunter Lab92.4970-2.1492-3.1448
CIE-Lab94.12262.7976-8.3012

#ecedfe color RGB value is (236,237,254).

#ecedfe hex color red value is 236, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecedfe hue: 0.66 , saturation: 0.90 and the lightness value of ecedfe is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 11111110
Octal 354 355 376
Decimal 236 237 254
Hex EC ED FE

RGB Percentages of Color #ecedfe

%32.46
%32.60
%34.94

CMYK Percentages of Color #ecedfe

%7
%7
%0
%0

Triadic Colors of #ecedfe

#ecedfe #feeced #edfeec

Analogous Colors of #ecedfe

#ecedfe #f4ecfe #ecf6fe

Monochromatic Colors of #ecedfe

#ecedfe

Complementary Color

#ecedfe #fefdec

#ecedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecedfe Color CSS Codes

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

#ecedfe Text Font Color

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

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


#ecedfe Background Color

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

This div background color is #ecedfe


#ecedfe Border Color

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

This div border color is #ecedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecedfe


Comments

No comments written yet.

Please login to write comment.