Color Hex Logo

#e4aaed Color Hex

#E4AAED
(228,170,237)
0 Favorites   0 Comments

Color spaces of #e4aaed

RGB 228170237
HSL0.810.650.80
HSV292°28°93°
CMYK 0.040.280.00   0.07
XYZ61.655751.357986.7842
Yxy51.35790.30860.2570
Hunter Lab71.664428.1578-21.6339
CIE-Lab76.895332.4168-25.2700

#e4aaed color RGB value is (228,170,237).

#e4aaed hex color red value is 228, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4aaed hue: 0.81 , saturation: 0.65 and the lightness value of e4aaed is 0.80.

The process color (four color CMYK) of #e4aaed color hex is 0.04, 0.28, 0.00, 0.07. Web safe color of #e4aaed is #cc99ff. Color #e4aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101010 11101101
Octal 344 252 355
Decimal 228 170 237
Hex E4 AA ED

RGB Percentages of Color #e4aaed

%35.91
%26.77
%37.32

CMYK Percentages of Color #e4aaed

%4
%28
%0
%7

Triadic Colors of #e4aaed

#e4aaed #ede4aa #aaede4

Analogous Colors of #e4aaed

#e4aaed #edaad5 #c3aaed

Monochromatic Colors of #e4aaed

#e4aaed

Complementary Color

#e4aaed #b3edaa

#e4aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aaed Color CSS Codes

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

#e4aaed Text Font Color

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

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


#e4aaed Background Color

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

This div background color is #e4aaed


#e4aaed Border Color

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

This div border color is #e4aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aaed


Comments

No comments written yet.

Please login to write comment.