Color Hex Logo

#aa8edf Color Hex

#AA8EDF
(170,142,223)
0 Favorites   0 Comments

Color spaces of #aa8edf

RGB 170142223
HSL0.720.560.72
HSV261°36°87°
CMYK 0.240.360.00   0.13
XYZ39.569833.219874.1385
Yxy33.21980.26930.2261
Hunter Lab57.636621.6832-35.9196
CIE-Lab64.338527.0597-37.4362

#aa8edf color RGB value is (170,142,223).

#aa8edf hex color red value is 170, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa8edf hue: 0.72 , saturation: 0.56 and the lightness value of aa8edf is 0.72.

The process color (four color CMYK) of #aa8edf color hex is 0.24, 0.36, 0.00, 0.13. Web safe color of #aa8edf is #9999cc. Color #aa8edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001110 11011111
Octal 252 216 337
Decimal 170 142 223
Hex AA 8E DF

RGB Percentages of Color #aa8edf

%31.78
%26.54
%41.68

CMYK Percentages of Color #aa8edf

%24
%36
%0
%13

Triadic Colors of #aa8edf

#aa8edf #dfaa8e #8edfaa

Analogous Colors of #aa8edf

#aa8edf #d38edf #8e9bdf

Monochromatic Colors of #aa8edf

#aa8edf

Complementary Color

#aa8edf #c3df8e

#aa8edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8edf Color CSS Codes

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

#aa8edf Text Font Color

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

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


#aa8edf Background Color

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

This div background color is #aa8edf


#aa8edf Border Color

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

This div border color is #aa8edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,142,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8edf


Comments

No comments written yet.

Please login to write comment.