Color Hex Logo

#eaaedc Color Hex

#EAAEDC
(234,174,220)
0 Favorites   0 Comments

Color spaces of #eaaedc

RGB 234174220
HSL0.870.590.80
HSV314°26°92°
CMYK 0.000.260.06   0.08
XYZ61.986052.931874.6600
Yxy52.93180.32700.2792
Hunter Lab72.754224.7606-9.9151
CIE-Lab77.834729.1391-14.5784

#eaaedc color RGB value is (234,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11011100
Octal 352 256 334
Decimal 234 174 220
Hex EA AE DC

RGB Percentages of Color #eaaedc

%37.26
%27.71
%35.03

CMYK Percentages of Color #eaaedc

%0
%26
%6
%8

Triadic Colors of #eaaedc

#eaaedc #dceaae #aedcea

Analogous Colors of #eaaedc

#eaaedc #eaaebe #daaeea

Monochromatic Colors of #eaaedc

#eaaedc

Complementary Color

#eaaedc #aeeabc

#eaaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaedc Color CSS Codes

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

#eaaedc Text Font Color

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

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


#eaaedc Background Color

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

This div background color is #eaaedc


#eaaedc Border Color

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

This div border color is #eaaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaedc


Comments

No comments written yet.

Please login to write comment.