Color Hex Logo

#adaac3 Color Hex

#ADAAC3
(173,170,195)
0 Favorites   0 Comments

Color spaces of #adaac3

RGB 173170195
HSL0.690.170.72
HSV247°13°76°
CMYK 0.110.130.00   0.24
XYZ41.458641.573857.4692
Yxy41.57380.29510.2959
Hunter Lab64.47771.9378-7.7109
CIE-Lab70.57616.0218-12.3608

#adaac3 color RGB value is (173,170,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11000011
Octal 255 252 303
Decimal 173 170 195
Hex AD AA C3

RGB Percentages of Color #adaac3

%32.16
%31.60
%36.25

CMYK Percentages of Color #adaac3

%11
%13
%0
%24

Triadic Colors of #adaac3

#adaac3 #c3adaa #aac3ad

Analogous Colors of #adaac3

#adaac3 #baaac3 #aab4c3

Monochromatic Colors of #adaac3

#adaac3

Complementary Color

#adaac3 #c0c3aa

#adaac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaac3 Color CSS Codes

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

#adaac3 Text Font Color

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

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


#adaac3 Background Color

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

This div background color is #adaac3


#adaac3 Border Color

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

This div border color is #adaac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaac3


Comments

No comments written yet.

Please login to write comment.