Color Hex Logo

#adaac6 Color Hex

#ADAAC6
(173,170,198)
0 Favorites   0 Comments

Color spaces of #adaac6

RGB 173170198
HSL0.680.200.72
HSV246°14°78°
CMYK 0.130.140.00   0.22
XYZ41.801341.710959.2739
Yxy41.71090.29280.2921
Hunter Lab64.58402.5103-9.2064
CIE-Lab70.67116.6540-13.8714

#adaac6 color RGB value is (173,170,198).

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

The process color (four color CMYK) of #adaac6 color hex is 0.13, 0.14, 0.00, 0.22. Web safe color of #adaac6 is #9999cc. Color #adaac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11000110
Octal 255 252 306
Decimal 173 170 198
Hex AD AA C6

RGB Percentages of Color #adaac6

%31.98
%31.42
%36.60

CMYK Percentages of Color #adaac6

%13
%14
%0
%22

Triadic Colors of #adaac6

#adaac6 #c6adaa #aac6ad

Analogous Colors of #adaac6

#adaac6 #bbaac6 #aab5c6

Monochromatic Colors of #adaac6

#adaac6

Complementary Color

#adaac6 #c3c6aa

#adaac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaac6 Color CSS Codes

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

#adaac6 Text Font Color

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

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


#adaac6 Background Color

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

This div background color is #adaac6


#adaac6 Border Color

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

This div border color is #adaac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaac6


Comments

No comments written yet.

Please login to write comment.