Color Hex Logo

#e1f5fc Color Hex

#E1F5FC
(225,245,252)
1 Favorites   0 Comments

Color spaces of #e1f5fc

RGB 225245252
HSL0.540.820.94
HSV196°11°99°
CMYK 0.110.030.00   0.01
XYZ81.274488.3406104.8633
Yxy88.34060.29610.3218
Hunter Lab93.9897-10.1301-0.3565
CIE-Lab95.3042-5.1804-5.6042

#e1f5fc color RGB value is (225,245,252).

#e1f5fc hex color red value is 225, green value is 245 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e1f5fc hue: 0.54 , saturation: 0.82 and the lightness value of e1f5fc is 0.94.

The process color (four color CMYK) of #e1f5fc color hex is 0.11, 0.03, 0.00, 0.01. Web safe color of #e1f5fc is #ccffff. Color #e1f5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11110101 11111100
Octal 341 365 374
Decimal 225 245 252
Hex E1 F5 FC

RGB Percentages of Color #e1f5fc

%31.16
%33.93
%34.90

CMYK Percentages of Color #e1f5fc

%11
%3
%0
%1

Triadic Colors of #e1f5fc

#e1f5fc #fce1f5 #f5fce1

Analogous Colors of #e1f5fc

#e1f5fc #e1e8fc #e1fcf6

Monochromatic Colors of #e1f5fc

#e1f5fc

Complementary Color

#e1f5fc #fce8e1

#e1f5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1f5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1f5fc Color CSS Codes

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

#e1f5fc Text Font Color

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

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


#e1f5fc Background Color

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

This div background color is #e1f5fc


#e1f5fc Border Color

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

This div border color is #e1f5fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,245,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1f5fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1f5fc;
  -webkit-box-shadow: 1px 1px 3px 2px #e1f5fc;
  box-shadow:         1px 1px 3px 2px #e1f5fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,245,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1f5fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1f5fc

Related Colors

#e1f5fc Color Palettes


Comments

No comments written yet.

Please login to write comment.