Color Hex Logo

#eaaffe Color Hex

#EAAFFE
(234,175,254)
0 Favorites   0 Comments

Color spaces of #eaaffe

RGB 234175254
HSL0.790.980.84
HSV285°31°100°
CMYK 0.080.310.00   0.00
XYZ67.151055.3081100.9022
Yxy55.30810.30060.2476
Hunter Lab74.369431.0280-28.3843
CIE-Lab79.218434.8984-30.8194

#eaaffe color RGB value is (234,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101111 11111110
Octal 352 257 376
Decimal 234 175 254
Hex EA AF FE

RGB Percentages of Color #eaaffe

%35.29
%26.40
%38.31

CMYK Percentages of Color #eaaffe

%8
%31
%0
%0

Triadic Colors of #eaaffe

#eaaffe #feeaaf #affeea

Analogous Colors of #eaaffe

#eaaffe #feafeb #c3affe

Monochromatic Colors of #eaaffe

#eaaffe

Complementary Color

#eaaffe #c3feaf

#eaaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaffe Color CSS Codes

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

#eaaffe Text Font Color

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

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


#eaaffe Background Color

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

This div background color is #eaaffe


#eaaffe Border Color

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

This div border color is #eaaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaffe

Related Colors


Comments

No comments written yet.

Please login to write comment.