Color Hex Logo

#eae9fa Color Hex

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

Color spaces of #eae9fa

RGB 234233250
HSL0.680.630.95
HSV244°98°
CMYK 0.060.070.00   0.02
XYZ80.325982.6724102.1662
Yxy82.67240.30290.3118
Hunter Lab90.9244-1.4242-2.9735
CIE-Lab92.87083.4548-8.0915

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

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

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

Base Numbers

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

RGB Percentages of Color #eae9fa

%32.64
%32.50
%34.87

CMYK Percentages of Color #eae9fa

%6
%7
%0
%2

Triadic Colors of #eae9fa

#eae9fa #faeae9 #e9faea

Analogous Colors of #eae9fa

#eae9fa #f3e9fa #e9f1fa

Monochromatic Colors of #eae9fa

#eae9fa

Complementary Color

#eae9fa #f9fae9

#eae9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae9fa Color CSS Codes

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

#eae9fa Text Font Color

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

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


#eae9fa Background Color

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

This div background color is #eae9fa


#eae9fa Border Color

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

This div border color is #eae9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae9fa


Comments

No comments written yet.

Please login to write comment.