Color Hex Logo

#e5aeee Color Hex

#E5AEEE
(229,174,238)
0 Favorites   0 Comments

Color spaces of #e5aeee

RGB 229174238
HSL0.810.650.81
HSV292°27°93°
CMYK 0.040.270.00   0.07
XYZ62.881853.103287.8246
Yxy53.10320.30850.2606
Hunter Lab72.871926.5032-20.4454
CIE-Lab77.935930.7818-24.2140

#e5aeee color RGB value is (229,174,238).

#e5aeee hex color red value is 229, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e5aeee hue: 0.81 , saturation: 0.65 and the lightness value of e5aeee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101110 11101110
Octal 345 256 356
Decimal 229 174 238
Hex E5 AE EE

RGB Percentages of Color #e5aeee

%35.73
%27.15
%37.13

CMYK Percentages of Color #e5aeee

%4
%27
%0
%7

Triadic Colors of #e5aeee

#e5aeee #eee5ae #aeeee5

Analogous Colors of #e5aeee

#e5aeee #eeaed7 #c5aeee

Monochromatic Colors of #e5aeee

#e5aeee

Complementary Color

#e5aeee #b7eeae

#e5aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aeee Color CSS Codes

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

#e5aeee Text Font Color

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

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


#e5aeee Background Color

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

This div background color is #e5aeee


#e5aeee Border Color

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

This div border color is #e5aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aeee


Comments

No comments written yet.

Please login to write comment.