Color Hex Logo

#aea5dc Color Hex

#AEA5DC
(174,165,220)
0 Favorites   0 Comments

Color spaces of #aea5dc

RGB 174165220
HSL0.690.440.75
HSV250°25°86°
CMYK 0.210.250.00   0.14
XYZ43.829041.076273.3286
Yxy41.07620.27700.2596
Hunter Lab64.09079.9100-22.9724
CIE-Lab70.229314.6099-26.6366

#aea5dc color RGB value is (174,165,220).

#aea5dc hex color red value is 174, green value is 165 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aea5dc hue: 0.69 , saturation: 0.44 and the lightness value of aea5dc is 0.75.

The process color (four color CMYK) of #aea5dc color hex is 0.21, 0.25, 0.00, 0.14. Web safe color of #aea5dc is #9999cc. Color #aea5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 11011100
Octal 256 245 334
Decimal 174 165 220
Hex AE A5 DC

RGB Percentages of Color #aea5dc

%31.13
%29.52
%39.36

CMYK Percentages of Color #aea5dc

%21
%25
%0
%14

Triadic Colors of #aea5dc

#aea5dc #dcaea5 #a5dcae

Analogous Colors of #aea5dc

#aea5dc #caa5dc #a5b8dc

Monochromatic Colors of #aea5dc

#aea5dc

Complementary Color

#aea5dc #d3dca5

#aea5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea5dc Color CSS Codes

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

#aea5dc Text Font Color

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

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


#aea5dc Background Color

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

This div background color is #aea5dc


#aea5dc Border Color

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

This div border color is #aea5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea5dc


Comments

No comments written yet.

Please login to write comment.