Color Hex Logo

#e9eafa Color Hex

#E9EAFA
(233,234,250)
0 Favorites   0 Comments

Color spaces of #e9eafa

RGB 233234250
HSL0.660.630.95
HSV236°98°
CMYK 0.070.060.00   0.02
XYZ80.282483.0714102.2455
Yxy83.07140.30230.3128
Hunter Lab91.1435-2.2721-2.7115
CIE-Lab93.04572.6157-7.8407

#e9eafa color RGB value is (233,234,250).

#e9eafa hex color red value is 233, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e9eafa hue: 0.66 , saturation: 0.63 and the lightness value of e9eafa is 0.95.

The process color (four color CMYK) of #e9eafa color hex is 0.07, 0.06, 0.00, 0.02. Web safe color of #e9eafa is #ffffff. Color #e9eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101010 11111010
Octal 351 352 372
Decimal 233 234 250
Hex E9 EA FA

RGB Percentages of Color #e9eafa

%32.50
%32.64
%34.87

CMYK Percentages of Color #e9eafa

%7
%6
%0
%2

Triadic Colors of #e9eafa

#e9eafa #fae9ea #eafae9

Analogous Colors of #e9eafa

#e9eafa #f1e9fa #e9f3fa

Monochromatic Colors of #e9eafa

#e9eafa

Complementary Color

#e9eafa #faf9e9

#e9eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9eafa Color CSS Codes

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

#e9eafa Text Font Color

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

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


#e9eafa Background Color

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

This div background color is #e9eafa


#e9eafa Border Color

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

This div border color is #e9eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9eafa


Comments

No comments written yet.

Please login to write comment.