Color Hex Logo

#eaaeda Color Hex

#EAAEDA
(234,174,218)
0 Favorites   0 Comments

Color spaces of #eaaeda

RGB 234174218
HSL0.880.590.80
HSV316°26°92°
CMYK 0.000.260.07   0.08
XYZ61.722652.826573.2731
Yxy52.82650.32860.2813
Hunter Lab72.681824.3919-8.8950
CIE-Lab77.772528.7925-13.5869

#eaaeda color RGB value is (234,174,218).

#eaaeda hex color red value is 234, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaaeda hue: 0.88 , saturation: 0.59 and the lightness value of eaaeda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11011010
Octal 352 256 332
Decimal 234 174 218
Hex EA AE DA

RGB Percentages of Color #eaaeda

%37.38
%27.80
%34.82

CMYK Percentages of Color #eaaeda

%0
%26
%7
%8

Triadic Colors of #eaaeda

#eaaeda #daeaae #aedaea

Analogous Colors of #eaaeda

#eaaeda #eaaebc #dcaeea

Monochromatic Colors of #eaaeda

#eaaeda

Complementary Color

#eaaeda #aeeabe

#eaaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaeda Color CSS Codes

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

#eaaeda Text Font Color

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

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


#eaaeda Background Color

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

This div background color is #eaaeda


#eaaeda Border Color

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

This div border color is #eaaeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #eaaeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaeda


Comments

No comments written yet.

Please login to write comment.