Color Hex Logo

#eaa8ee Color Hex

#EAA8EE
(234,168,238)
0 Favorites   0 Comments

Color spaces of #eaa8ee

RGB 234168238
HSL0.820.670.80
HSV297°29°93°
CMYK 0.020.290.00   0.07
XYZ63.366951.670787.5226
Yxy51.67070.31280.2551
Hunter Lab71.882331.5602-21.8728
CIE-Lab77.083535.5733-25.4700

#eaa8ee color RGB value is (234,168,238).

#eaa8ee hex color red value is 234, green value is 168 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eaa8ee hue: 0.82 , saturation: 0.67 and the lightness value of eaa8ee is 0.80.

The process color (four color CMYK) of #eaa8ee color hex is 0.02, 0.29, 0.00, 0.07. Web safe color of #eaa8ee is #ff99ff. Color #eaa8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 11101110
Octal 352 250 356
Decimal 234 168 238
Hex EA A8 EE

RGB Percentages of Color #eaa8ee

%36.56
%26.25
%37.19

CMYK Percentages of Color #eaa8ee

%2
%29
%0
%7

Triadic Colors of #eaa8ee

#eaa8ee #eeeaa8 #a8eeea

Analogous Colors of #eaa8ee

#eaa8ee #eea8cf #c7a8ee

Monochromatic Colors of #eaa8ee

#eaa8ee

Complementary Color

#eaa8ee #aceea8

#eaa8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa8ee Color CSS Codes

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

#eaa8ee Text Font Color

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

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


#eaa8ee Background Color

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

This div background color is #eaa8ee


#eaa8ee Border Color

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

This div border color is #eaa8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa8ee


Comments

No comments written yet.

Please login to write comment.