Color Hex Logo

#e0f0fa Color Hex

#E0F0FA
(224,240,250)
0 Favorites   0 Comments

Color spaces of #e0f0fa

RGB 224240250
HSL0.560.720.93
HSV203°10°98°
CMYK 0.100.040.00   0.02
XYZ79.155985.0696102.6906
Yxy85.06960.29660.3187
Hunter Lab92.2332-8.2167-1.4491
CIE-Lab93.9131-3.3442-6.6289

#e0f0fa color RGB value is (224,240,250).

#e0f0fa hex color red value is 224, green value is 240 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0f0fa hue: 0.56 , saturation: 0.72 and the lightness value of e0f0fa is 0.93.

The process color (four color CMYK) of #e0f0fa color hex is 0.10, 0.04, 0.00, 0.02. Web safe color of #e0f0fa is #ccffff. Color #e0f0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11110000 11111010
Octal 340 360 372
Decimal 224 240 250
Hex E0 F0 FA

RGB Percentages of Color #e0f0fa

%31.37
%33.61
%35.01

CMYK Percentages of Color #e0f0fa

%10
%4
%0
%2

Triadic Colors of #e0f0fa

#e0f0fa #fae0f0 #f0fae0

Analogous Colors of #e0f0fa

#e0f0fa #e0e3fa #e0faf7

Monochromatic Colors of #e0f0fa

#e0f0fa

Complementary Color

#e0f0fa #faeae0

#e0f0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0f0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0f0fa Color CSS Codes

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

#e0f0fa Text Font Color

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

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


#e0f0fa Background Color

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

This div background color is #e0f0fa


#e0f0fa Border Color

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

This div border color is #e0f0fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,240,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0f0fa

#e0f0fa Color Palettes


Comments

No comments written yet.

Please login to write comment.