Color Hex Logo

#aaadc2 Color Hex

#AAADC2
(170,173,194)
0 Favorites   0 Comments

Color spaces of #aaadc2

RGB 170173194
HSL0.650.160.71
HSV233°12°76°
CMYK 0.120.110.00   0.24
XYZ41.258742.328257.0345
Yxy42.32820.29340.3010
Hunter Lab65.0601-0.6572-6.4341
CIE-Lab71.09663.1677-11.0548

#aaadc2 color RGB value is (170,173,194).

#aaadc2 hex color red value is 170, green value is 173 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aaadc2 hue: 0.65 , saturation: 0.16 and the lightness value of aaadc2 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11000010
Octal 252 255 302
Decimal 170 173 194
Hex AA AD C2

RGB Percentages of Color #aaadc2

%31.66
%32.22
%36.13

CMYK Percentages of Color #aaadc2

%12
%11
%0
%24

Triadic Colors of #aaadc2

#aaadc2 #c2aaad #adc2aa

Analogous Colors of #aaadc2

#aaadc2 #b3aac2 #aab9c2

Monochromatic Colors of #aaadc2

#aaadc2

Complementary Color

#aaadc2 #c2bfaa

#aaadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadc2 Color CSS Codes

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

#aaadc2 Text Font Color

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

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


#aaadc2 Background Color

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

This div background color is #aaadc2


#aaadc2 Border Color

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

This div border color is #aaadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadc2


Comments

No comments written yet.

Please login to write comment.