Color Hex Logo

#adaacd Color Hex

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

Color spaces of #adaacd

RGB 173170205
HSL0.680.260.74
HSV245°17°80°
CMYK 0.160.170.00   0.20
XYZ42.627842.041563.6257
Yxy42.04150.28750.2835
Hunter Lab64.83943.8834-12.7926
CIE-Lab70.89958.1593-17.3801

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

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

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

Base Numbers

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

RGB Percentages of Color #adaacd

%31.57
%31.02
%37.41

CMYK Percentages of Color #adaacd

%16
%17
%0
%20

Triadic Colors of #adaacd

#adaacd #cdadaa #aacdad

Analogous Colors of #adaacd

#adaacd #bfaacd #aab9cd

Monochromatic Colors of #adaacd

#adaacd

Complementary Color

#adaacd #cacdaa

#adaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaacd Color CSS Codes

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

#adaacd Text Font Color

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

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


#adaacd Background Color

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

This div background color is #adaacd


#adaacd Border Color

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

This div border color is #adaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaacd


Comments

No comments written yet.

Please login to write comment.