Color Hex Logo

#eaaeff Color Hex

#EAAEFF
(234,174,255)
0 Favorites   0 Comments

Color spaces of #eaaeff

RGB 234174255
HSL0.791.000.84
HSV284°32°100°
CMYK 0.080.320.00   0.00
XYZ67.117754.9845101.6833
Yxy54.98450.29990.2457
Hunter Lab74.151531.8027-29.3977
CIE-Lab79.032335.6268-31.6420

#eaaeff color RGB value is (234,174,255).

#eaaeff hex color red value is 234, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eaaeff hue: 0.79 , saturation: 1.00 and the lightness value of eaaeff is 0.84.

The process color (four color CMYK) of #eaaeff color hex is 0.08, 0.32, 0.00, 0.00. Web safe color of #eaaeff is #ff99ff. Color #eaaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11111111
Octal 352 256 377
Decimal 234 174 255
Hex EA AE FF

RGB Percentages of Color #eaaeff

%35.29
%26.24
%38.46

CMYK Percentages of Color #eaaeff

%8
%32
%0
%0

Triadic Colors of #eaaeff

#eaaeff #ffeaae #aeffea

Analogous Colors of #eaaeff

#eaaeff #ffaeec #c2aeff

Monochromatic Colors of #eaaeff

#eaaeff

Complementary Color

#eaaeff #c3ffae

#eaaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaeff Color CSS Codes

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

#eaaeff Text Font Color

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

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


#eaaeff Background Color

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

This div background color is #eaaeff


#eaaeff Border Color

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

This div border color is #eaaeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,174,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eaaeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaeff


Comments

No comments written yet.

Please login to write comment.