Color Hex Logo

#aaadcb Color Hex

#AAADCB
(170,173,203)
0 Favorites   0 Comments

Color spaces of #aaadcb

RGB 170173203
HSL0.650.240.73
HSV235°16°80°
CMYK 0.160.150.00   0.20
XYZ42.300642.745062.5210
Yxy42.74500.28670.2897
Hunter Lab65.37971.0750-10.9318
CIE-Lab71.38165.0998-15.5757

#aaadcb color RGB value is (170,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11001011
Octal 252 255 313
Decimal 170 173 203
Hex AA AD CB

RGB Percentages of Color #aaadcb

%31.14
%31.68
%37.18

CMYK Percentages of Color #aaadcb

%16
%15
%0
%20

Triadic Colors of #aaadcb

#aaadcb #cbaaad #adcbaa

Analogous Colors of #aaadcb

#aaadcb #b8aacb #aabecb

Monochromatic Colors of #aaadcb

#aaadcb

Complementary Color

#aaadcb #cbc8aa

#aaadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadcb Color CSS Codes

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

#aaadcb Text Font Color

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

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


#aaadcb Background Color

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

This div background color is #aaadcb


#aaadcb Border Color

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

This div border color is #aaadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadcb


Comments

No comments written yet.

Please login to write comment.