Color Hex Logo

#adaac2 Color Hex

#ADAAC2
(173,170,194)
0 Favorites   0 Comments

Color spaces of #adaac2

RGB 173170194
HSL0.690.160.71
HSV248°12°76°
CMYK 0.110.120.00   0.24
XYZ41.345941.528756.8756
Yxy41.52870.29590.2972
Hunter Lab64.44281.7492-7.2180
CIE-Lab70.54485.8129-11.8564

#adaac2 color RGB value is (173,170,194).

#adaac2 hex color red value is 173, green value is 170 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #adaac2 hue: 0.69 , saturation: 0.16 and the lightness value of adaac2 is 0.71.

The process color (four color CMYK) of #adaac2 color hex is 0.11, 0.12, 0.00, 0.24. Web safe color of #adaac2 is #9999cc. Color #adaac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11000010
Octal 255 252 302
Decimal 173 170 194
Hex AD AA C2

RGB Percentages of Color #adaac2

%32.22
%31.66
%36.13

CMYK Percentages of Color #adaac2

%11
%12
%0
%24

Triadic Colors of #adaac2

#adaac2 #c2adaa #aac2ad

Analogous Colors of #adaac2

#adaac2 #b9aac2 #aab3c2

Monochromatic Colors of #adaac2

#adaac2

Complementary Color

#adaac2 #bfc2aa

#adaac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaac2 Color CSS Codes

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

#adaac2 Text Font Color

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

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


#adaac2 Background Color

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

This div background color is #adaac2


#adaac2 Border Color

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

This div border color is #adaac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaac2


Comments

No comments written yet.

Please login to write comment.