Color Hex Logo

#e0eeff Color Hex

#E0EEFF
(224,238,255)
0 Favorites   0 Comments

Color spaces of #e0eeff

RGB 224238255
HSL0.591.000.94
HSV213°12°100°
CMYK 0.120.070.00   0.00
XYZ79.365084.2164106.6801
Yxy84.21640.29370.3116
Hunter Lab91.7695-6.2245-4.6847
CIE-Lab93.5444-1.3412-9.7723

#e0eeff color RGB value is (224,238,255).

#e0eeff hex color red value is 224, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e0eeff hue: 0.59 , saturation: 1.00 and the lightness value of e0eeff is 0.94.

The process color (four color CMYK) of #e0eeff color hex is 0.12, 0.07, 0.00, 0.00. Web safe color of #e0eeff is #ccffff. Color #e0eeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101110 11111111
Octal 340 356 377
Decimal 224 238 255
Hex E0 EE FF

RGB Percentages of Color #e0eeff

%31.24
%33.19
%35.56

CMYK Percentages of Color #e0eeff

%12
%7
%0
%0

Triadic Colors of #e0eeff

#e0eeff #ffe0ee #eeffe0

Analogous Colors of #e0eeff

#e0eeff #e2e0ff #e0feff

Monochromatic Colors of #e0eeff

#e0eeff

Complementary Color

#e0eeff #fff1e0

#e0eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eeff Color CSS Codes

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

#e0eeff Text Font Color

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

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


#e0eeff Background Color

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

This div background color is #e0eeff


#e0eeff Border Color

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

This div border color is #e0eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eeff


Comments

No comments written yet.

Please login to write comment.