Color Hex Logo

#eaaced Color Hex

#EAACED
(234,172,237)
0 Favorites   0 Comments

Color spaces of #eaaced

RGB 234172237
HSL0.830.640.80
HSV297°27°93°
CMYK 0.010.270.00   0.07
XYZ63.970353.111987.0008
Yxy53.11190.31350.2602
Hunter Lab72.877929.1462-19.7652
CIE-Lab77.941033.2592-23.6212

#eaaced color RGB value is (234,172,237).

#eaaced hex color red value is 234, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eaaced hue: 0.83 , saturation: 0.64 and the lightness value of eaaced is 0.80.

The process color (four color CMYK) of #eaaced color hex is 0.01, 0.27, 0.00, 0.07. Web safe color of #eaaced is #ff99ff. Color #eaaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11101101
Octal 352 254 355
Decimal 234 172 237
Hex EA AC ED

RGB Percentages of Color #eaaced

%36.39
%26.75
%36.86

CMYK Percentages of Color #eaaced

%1
%27
%0
%7

Triadic Colors of #eaaced

#eaaced #edeaac #acedea

Analogous Colors of #eaaced

#eaaced #edacd0 #caaced

Monochromatic Colors of #eaaced

#eaaced

Complementary Color

#eaaced #afedac

#eaaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaced Color CSS Codes

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

#eaaced Text Font Color

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

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


#eaaced Background Color

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

This div background color is #eaaced


#eaaced Border Color

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

This div border color is #eaaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaced


Comments

No comments written yet.

Please login to write comment.