Color Hex Logo

#ecf0fe Color Hex

#ECF0FE
(236,240,254)
0 Favorites   0 Comments

Color spaces of #ecf0fe

RGB 236240254
HSL0.630.900.96
HSV227°100°
CMYK 0.070.060.00   0.00
XYZ83.641687.3088106.2098
Yxy87.30880.30180.3150
Hunter Lab93.4392-3.7352-1.9859
CIE-Lab94.86911.2582-7.1960

#ecf0fe color RGB value is (236,240,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 11111110
Octal 354 360 376
Decimal 236 240 254
Hex EC F0 FE

RGB Percentages of Color #ecf0fe

%32.33
%32.88
%34.79

CMYK Percentages of Color #ecf0fe

%7
%6
%0
%0

Triadic Colors of #ecf0fe

#ecf0fe #feecf0 #f0feec

Analogous Colors of #ecf0fe

#ecf0fe #f1ecfe #ecf9fe

Monochromatic Colors of #ecf0fe

#ecf0fe

Complementary Color

#ecf0fe #fefaec

#ecf0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf0fe Color CSS Codes

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

#ecf0fe Text Font Color

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

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


#ecf0fe Background Color

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

This div background color is #ecf0fe


#ecf0fe Border Color

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

This div border color is #ecf0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf0fe

Related Colors

#ecf0fe Color Palettes


Comments

No comments written yet.

Please login to write comment.