Color Hex Logo

#eaebfa Color Hex

#EAEBFA
(234,235,250)
0 Favorites   0 Comments

Color spaces of #eaebfa

RGB 234235250
HSL0.660.620.95
HSV236°98°
CMYK 0.060.060.00   0.02
XYZ80.895383.8112102.3560
Yxy83.81120.30290.3138
Hunter Lab91.5485-2.4812-2.2054
CIE-Lab93.36842.4242-7.3548

#eaebfa color RGB value is (234,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 11111010
Octal 352 353 372
Decimal 234 235 250
Hex EA EB FA

RGB Percentages of Color #eaebfa

%32.55
%32.68
%34.77

CMYK Percentages of Color #eaebfa

%6
%6
%0
%2

Triadic Colors of #eaebfa

#eaebfa #faeaeb #ebfaea

Analogous Colors of #eaebfa

#eaebfa #f1eafa #eaf3fa

Monochromatic Colors of #eaebfa

#eaebfa

Complementary Color

#eaebfa #faf9ea

#eaebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaebfa Color CSS Codes

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

#eaebfa Text Font Color

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

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


#eaebfa Background Color

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

This div background color is #eaebfa


#eaebfa Border Color

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

This div border color is #eaebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.