Color Hex Logo

#adaa88 Color Hex

#ADAA88
(173,170,136)
0 Favorites   0 Comments

Color spaces of #adaa88

RGB 173170136
HSL0.150.180.61
HSV55°21°68°
CMYK 0.000.020.21   0.32
XYZ36.052239.411328.9995
Yxy39.41130.34510.3773
Hunter Lab62.7784-7.353816.5568
CIE-Lab69.0482-4.648717.9560

#adaa88 color RGB value is (173,170,136).

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

The process color (four color CMYK) of #adaa88 color hex is 0.00, 0.02, 0.21, 0.32. Web safe color of #adaa88 is #999999. Color #adaa88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10001000
Octal 255 252 210
Decimal 173 170 136
Hex AD AA 88

RGB Percentages of Color #adaa88

%36.12
%35.49
%28.39

CMYK Percentages of Color #adaa88

%0
%2
%21
%32

Triadic Colors of #adaa88

#adaa88 #88adaa #aa88ad

Analogous Colors of #adaa88

#adaa88 #9ead88 #ad9888

Monochromatic Colors of #adaa88

#adaa88

Complementary Color

#adaa88 #888bad

#adaa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa88 Color CSS Codes

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

#adaa88 Text Font Color

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

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


#adaa88 Background Color

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

This div background color is #adaa88


#adaa88 Border Color

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

This div border color is #adaa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa88


Comments

No comments written yet.

Please login to write comment.