Color Hex Logo

#ecf1fd Color Hex

#ECF1FD
(236,241,253)
0 Favorites   0 Comments

Color spaces of #ecf1fd

RGB 236241253
HSL0.620.810.96
HSV222°99°
CMYK 0.070.050.00   0.01
XYZ83.777087.8353105.4669
Yxy87.83530.30240.3170
Hunter Lab93.7205-4.4492-1.1167
CIE-Lab95.09150.5580-6.3490

#ecf1fd color RGB value is (236,241,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110001 11111101
Octal 354 361 375
Decimal 236 241 253
Hex EC F1 FD

RGB Percentages of Color #ecf1fd

%32.33
%33.01
%34.66

CMYK Percentages of Color #ecf1fd

%7
%5
%0
%1

Triadic Colors of #ecf1fd

#ecf1fd #fdecf1 #f1fdec

Analogous Colors of #ecf1fd

#ecf1fd #f0ecfd #ecfafd

Monochromatic Colors of #ecf1fd

#ecf1fd

Complementary Color

#ecf1fd #fdf8ec

#ecf1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf1fd Color CSS Codes

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

#ecf1fd Text Font Color

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

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


#ecf1fd Background Color

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

This div background color is #ecf1fd


#ecf1fd Border Color

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

This div border color is #ecf1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf1fd


Comments

No comments written yet.

Please login to write comment.