Color Hex Logo

#eea8dd Color Hex

#EEA8DD
(238,168,221)
0 Favorites   0 Comments

Color spaces of #eea8dd

RGB 238168221
HSL0.870.670.80
HSV315°29°93°
CMYK 0.000.290.07   0.07
XYZ62.313751.402975.0441
Yxy51.40290.33010.2723
Hunter Lab71.695829.6738-11.8718
CIE-Lab76.922433.8342-16.4532

#eea8dd color RGB value is (238,168,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 11011101
Octal 356 250 335
Decimal 238 168 221
Hex EE A8 DD

RGB Percentages of Color #eea8dd

%37.96
%26.79
%35.25

CMYK Percentages of Color #eea8dd

%0
%29
%7
%7

Triadic Colors of #eea8dd

#eea8dd #ddeea8 #a8ddee

Analogous Colors of #eea8dd

#eea8dd #eea8ba #dca8ee

Monochromatic Colors of #eea8dd

#eea8dd

Complementary Color

#eea8dd #a8eeb9

#eea8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea8dd Color CSS Codes

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

#eea8dd Text Font Color

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

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


#eea8dd Background Color

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

This div background color is #eea8dd


#eea8dd Border Color

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

This div border color is #eea8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea8dd


Comments

No comments written yet.

Please login to write comment.