Color Hex Logo

#e5aadc Color Hex

#E5AADC
(229,170,220)
0 Favorites   0 Comments

Color spaces of #e5aadc

RGB 229170220
HSL0.860.530.78
HSV309°26°90°
CMYK 0.000.260.04   0.10
XYZ59.606150.574874.3305
Yxy50.57480.32300.2741
Hunter Lab71.116025.1575-12.1888
CIE-Lab76.420729.6121-16.7565

#e5aadc color RGB value is (229,170,220).

#e5aadc hex color red value is 229, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e5aadc hue: 0.86 , saturation: 0.53 and the lightness value of e5aadc is 0.78.

The process color (four color CMYK) of #e5aadc color hex is 0.00, 0.26, 0.04, 0.10. Web safe color of #e5aadc is #cc99cc. Color #e5aadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101010 11011100
Octal 345 252 334
Decimal 229 170 220
Hex E5 AA DC

RGB Percentages of Color #e5aadc

%37.00
%27.46
%35.54

CMYK Percentages of Color #e5aadc

%0
%26
%4
%10

Triadic Colors of #e5aadc

#e5aadc #dce5aa #aadce5

Analogous Colors of #e5aadc

#e5aadc #e5aabf #d1aae5

Monochromatic Colors of #e5aadc

#e5aadc

Complementary Color

#e5aadc #aae5b3

#e5aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aadc Color CSS Codes

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

#e5aadc Text Font Color

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

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


#e5aadc Background Color

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

This div background color is #e5aadc


#e5aadc Border Color

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

This div border color is #e5aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aadc


Comments

No comments written yet.

Please login to write comment.