Color Hex Logo

#e0eafa Color Hex

#E0EAFA
(224,234,250)
0 Favorites   0 Comments

Color spaces of #e0eafa

RGB 224234250
HSL0.600.720.93
HSV217°10°98°
CMYK 0.100.060.00   0.02
XYZ77.418681.5951102.1115
Yxy81.59510.29650.3125
Hunter Lab90.3300-5.0916-3.7920
CIE-Lab92.3959-0.2715-8.8755

#e0eafa color RGB value is (224,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101010 11111010
Octal 340 352 372
Decimal 224 234 250
Hex E0 EA FA

RGB Percentages of Color #e0eafa

%31.64
%33.05
%35.31

CMYK Percentages of Color #e0eafa

%10
%6
%0
%2

Triadic Colors of #e0eafa

#e0eafa #fae0ea #eafae0

Analogous Colors of #e0eafa

#e0eafa #e3e0fa #e0f7fa

Monochromatic Colors of #e0eafa

#e0eafa

Complementary Color

#e0eafa #faf0e0

#e0eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eafa Color CSS Codes

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

#e0eafa Text Font Color

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

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


#e0eafa Background Color

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

This div background color is #e0eafa


#e0eafa Border Color

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

This div border color is #e0eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eafa


Comments

No comments written yet.

Please login to write comment.