Color Hex Logo

#eea8e0 Color Hex

#EEA8E0
(238,168,224)
0 Favorites   0 Comments

Color spaces of #eea8e0

RGB 238168224
HSL0.870.670.80
HSV312°29°93°
CMYK 0.000.290.06   0.07
XYZ62.717151.564277.1683
Yxy51.56420.32760.2693
Hunter Lab71.808230.2370-13.4499
CIE-Lab77.019534.3510-17.9372

#eea8e0 color RGB value is (238,168,224).

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

The process color (four color CMYK) of #eea8e0 color hex is 0.00, 0.29, 0.06, 0.07. Web safe color of #eea8e0 is #ff99cc. Color #eea8e0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 11100000
Octal 356 250 340
Decimal 238 168 224
Hex EE A8 E0

RGB Percentages of Color #eea8e0

%37.78
%26.67
%35.56

CMYK Percentages of Color #eea8e0

%0
%29
%6
%7

Triadic Colors of #eea8e0

#eea8e0 #e0eea8 #a8e0ee

Analogous Colors of #eea8e0

#eea8e0 #eea8bd #d9a8ee

Monochromatic Colors of #eea8e0

#eea8e0

Complementary Color

#eea8e0 #a8eeb6

#eea8e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea8e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea8e0 Color CSS Codes

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

#eea8e0 Text Font Color

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

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


#eea8e0 Background Color

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

This div background color is #eea8e0


#eea8e0 Border Color

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

This div border color is #eea8e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea8e0


Comments

No comments written yet.

Please login to write comment.