Color Hex Logo

#eaaefa Color Hex

#EAAEFA
(234,174,250)
0 Favorites   0 Comments

Color spaces of #eaaefa

RGB 234174250
HSL0.800.880.83
HSV287°30°98°
CMYK 0.060.300.00   0.02
XYZ66.323154.666797.4986
Yxy54.66670.30360.2502
Hunter Lab73.936930.7289-26.4282
CIE-Lab78.848934.6534-29.2389

#eaaefa color RGB value is (234,174,250).

#eaaefa hex color red value is 234, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eaaefa hue: 0.80 , saturation: 0.88 and the lightness value of eaaefa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11111010
Octal 352 256 372
Decimal 234 174 250
Hex EA AE FA

RGB Percentages of Color #eaaefa

%35.56
%26.44
%37.99

CMYK Percentages of Color #eaaefa

%6
%30
%0
%2

Triadic Colors of #eaaefa

#eaaefa #faeaae #aefaea

Analogous Colors of #eaaefa

#eaaefa #faaee4 #c4aefa

Monochromatic Colors of #eaaefa

#eaaefa

Complementary Color

#eaaefa #befaae

#eaaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaefa Color CSS Codes

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

#eaaefa Text Font Color

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

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


#eaaefa Background Color

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

This div background color is #eaaefa


#eaaefa Border Color

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

This div border color is #eaaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaefa


Comments

No comments written yet.

Please login to write comment.