Color Hex Logo

#aaadcd Color Hex

#AAADCD
(170,173,205)
0 Favorites   0 Comments

Color spaces of #aaadcd

RGB 170173205
HSL0.650.260.74
HSV235°17°80°
CMYK 0.170.160.00   0.20
XYZ42.540642.841063.7846
Yxy42.84100.28520.2872
Hunter Lab65.45301.4716-11.9615
CIE-Lab71.44695.5387-16.5754

#aaadcd color RGB value is (170,173,205).

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

The process color (four color CMYK) of #aaadcd color hex is 0.17, 0.16, 0.00, 0.20. Web safe color of #aaadcd is #9999cc. Color #aaadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11001101
Octal 252 255 315
Decimal 170 173 205
Hex AA AD CD

RGB Percentages of Color #aaadcd

%31.02
%31.57
%37.41

CMYK Percentages of Color #aaadcd

%17
%16
%0
%20

Triadic Colors of #aaadcd

#aaadcd #cdaaad #adcdaa

Analogous Colors of #aaadcd

#aaadcd #b9aacd #aabfcd

Monochromatic Colors of #aaadcd

#aaadcd

Complementary Color

#aaadcd #cdcaaa

#aaadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadcd Color CSS Codes

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

#aaadcd Text Font Color

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

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


#aaadcd Background Color

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

This div background color is #aaadcd


#aaadcd Border Color

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

This div border color is #aaadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadcd


Comments

No comments written yet.

Please login to write comment.