Color Hex Logo

#eaeefa Color Hex

#EAEEFA
(234,238,250)
0 Favorites   0 Comments

Color spaces of #eaeefa

RGB 234238250
HSL0.630.620.95
HSV225°98°
CMYK 0.060.050.00   0.02
XYZ81.761585.5436102.6448
Yxy85.54360.30290.3169
Hunter Lab92.4898-4.0621-1.0570
CIE-Lab94.11690.8835-6.2485

#eaeefa color RGB value is (234,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 11111010
Octal 352 356 372
Decimal 234 238 250
Hex EA EE FA

RGB Percentages of Color #eaeefa

%32.41
%32.96
%34.63

CMYK Percentages of Color #eaeefa

%6
%5
%0
%2

Triadic Colors of #eaeefa

#eaeefa #faeaee #eefaea

Analogous Colors of #eaeefa

#eaeefa #eeeafa #eaf6fa

Monochromatic Colors of #eaeefa

#eaeefa

Complementary Color

#eaeefa #faf6ea

#eaeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeefa Color CSS Codes

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

#eaeefa Text Font Color

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

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


#eaeefa Background Color

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

This div background color is #eaeefa


#eaeefa Border Color

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

This div border color is #eaeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeefa


Comments

No comments written yet.

Please login to write comment.