Color Hex Logo

#ecf1fe Color Hex

#ECF1FE
(236,241,254)
1 Favorites   0 Comments

Color spaces of #ecf1fe

RGB 236241254
HSL0.620.900.96
HSV223°100°
CMYK 0.070.050.00   0.00
XYZ83.936887.8992106.3082
Yxy87.89920.30180.3160
Hunter Lab93.7546-4.2626-1.6007
CIE-Lab95.11850.7465-6.8273

#ecf1fe color RGB value is (236,241,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110001 11111110
Octal 354 361 376
Decimal 236 241 254
Hex EC F1 FE

RGB Percentages of Color #ecf1fe

%32.28
%32.97
%34.75

CMYK Percentages of Color #ecf1fe

%7
%5
%0
%0

Triadic Colors of #ecf1fe

#ecf1fe #feecf1 #f1feec

Analogous Colors of #ecf1fe

#ecf1fe #f0ecfe #ecfafe

Monochromatic Colors of #ecf1fe

#ecf1fe

Complementary Color

#ecf1fe #fef9ec

#ecf1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf1fe Color CSS Codes

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

#ecf1fe Text Font Color

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

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


#ecf1fe Background Color

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

This div background color is #ecf1fe


#ecf1fe Border Color

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

This div border color is #ecf1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.