Color Hex Logo

#aaaadf Color Hex

#AAAADF
(170,170,223)
0 Favorites   0 Comments

Color spaces of #aaaadf

RGB 170170223
HSL0.670.450.77
HSV240°24°87°
CMYK 0.240.240.00   0.13
XYZ44.271642.623275.7058
Yxy42.62320.27230.2621
Hunter Lab65.28646.7919-23.0518
CIE-Lab71.298511.2972-26.6674

#aaaadf color RGB value is (170,170,223).

#aaaadf hex color red value is 170, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aaaadf hue: 0.67 , saturation: 0.45 and the lightness value of aaaadf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11011111
Octal 252 252 337
Decimal 170 170 223
Hex AA AA DF

RGB Percentages of Color #aaaadf

%30.20
%30.20
%39.61

CMYK Percentages of Color #aaaadf

%24
%24
%0
%13

Triadic Colors of #aaaadf

#aaaadf #dfaaaa #aadfaa

Analogous Colors of #aaaadf

#aaaadf #c5aadf #aac5df

Monochromatic Colors of #aaaadf

#aaaadf

Complementary Color

#aaaadf #dfdfaa

#aaaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaadf Color CSS Codes

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

#aaaadf Text Font Color

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

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


#aaaadf Background Color

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

This div background color is #aaaadf


#aaaadf Border Color

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

This div border color is #aaaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaadf


Comments

No comments written yet.

Please login to write comment.