Color Hex Logo

#adaac4 Color Hex

#ADAAC4
(173,170,196)
0 Favorites   0 Comments

Color spaces of #adaac4

RGB 173170196
HSL0.690.180.72
HSV247°13°77°
CMYK 0.120.130.00   0.23
XYZ41.572141.619258.0668
Yxy41.61920.29430.2946
Hunter Lab64.51292.1276-8.2067
CIE-Lab70.60766.2317-12.8648

#adaac4 color RGB value is (173,170,196).

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

The process color (four color CMYK) of #adaac4 color hex is 0.12, 0.13, 0.00, 0.23. Web safe color of #adaac4 is #9999cc. Color #adaac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11000100
Octal 255 252 304
Decimal 173 170 196
Hex AD AA C4

RGB Percentages of Color #adaac4

%32.10
%31.54
%36.36

CMYK Percentages of Color #adaac4

%12
%13
%0
%23

Triadic Colors of #adaac4

#adaac4 #c4adaa #aac4ad

Analogous Colors of #adaac4

#adaac4 #baaac4 #aab4c4

Monochromatic Colors of #adaac4

#adaac4

Complementary Color

#adaac4 #c1c4aa

#adaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaac4 Color CSS Codes

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

#adaac4 Text Font Color

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

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


#adaac4 Background Color

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

This div background color is #adaac4


#adaac4 Border Color

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

This div border color is #adaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaac4


Comments

No comments written yet.

Please login to write comment.