Color Hex Logo

#adaad8 Color Hex

#ADAAD8
(173,170,216)
0 Favorites   0 Comments

Color spaces of #adaad8

RGB 173170216
HSL0.680.370.76
HSV244°21°85°
CMYK 0.200.210.00   0.15
XYZ44.003042.591670.8675
Yxy42.59160.27950.2705
Hunter Lab65.26226.1445-18.6987
CIE-Lab71.276910.6048-22.8467

#adaad8 color RGB value is (173,170,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11011000
Octal 255 252 330
Decimal 173 170 216
Hex AD AA D8

RGB Percentages of Color #adaad8

%30.95
%30.41
%38.64

CMYK Percentages of Color #adaad8

%20
%21
%0
%15

Triadic Colors of #adaad8

#adaad8 #d8adaa #aad8ad

Analogous Colors of #adaad8

#adaad8 #c4aad8 #aabed8

Monochromatic Colors of #adaad8

#adaad8

Complementary Color

#adaad8 #d5d8aa

#adaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaad8 Color CSS Codes

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

#adaad8 Text Font Color

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

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


#adaad8 Background Color

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

This div background color is #adaad8


#adaad8 Border Color

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

This div border color is #adaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaad8


Comments

No comments written yet.

Please login to write comment.