Color Hex Logo

#eeaeda Color Hex

#EEAEDA
(238,174,218)
0 Favorites   0 Comments

Color spaces of #eeaeda

RGB 238174218
HSL0.890.650.81
HSV319°27°93°
CMYK 0.000.270.08   0.07
XYZ63.050853.511273.3352
Yxy53.51120.33200.2818
Hunter Lab73.151325.8383-8.2331
CIE-Lab78.175930.1375-12.9408

#eeaeda color RGB value is (238,174,218).

#eeaeda hex color red value is 238, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eeaeda hue: 0.89 , saturation: 0.65 and the lightness value of eeaeda is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 11011010
Octal 356 256 332
Decimal 238 174 218
Hex EE AE DA

RGB Percentages of Color #eeaeda

%37.78
%27.62
%34.60

CMYK Percentages of Color #eeaeda

%0
%27
%8
%7

Triadic Colors of #eeaeda

#eeaeda #daeeae #aedaee

Analogous Colors of #eeaeda

#eeaeda #eeaeba #e2aeee

Monochromatic Colors of #eeaeda

#eeaeda

Complementary Color

#eeaeda #aeeec2

#eeaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaeda Color CSS Codes

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

#eeaeda Text Font Color

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

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


#eeaeda Background Color

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

This div background color is #eeaeda


#eeaeda Border Color

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

This div border color is #eeaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaeda


Comments

No comments written yet.

Please login to write comment.