Color Hex Logo

#adaa56 Color Hex

#ADAA56
(173,170,86)
0 Favorites   0 Comments

Color spaces of #adaa56

RGB 17317086
HSL0.160.350.51
HSV58°50°68°
CMYK 0.000.020.50   0.32
XYZ33.288038.305614.4433
Yxy38.30560.38690.4452
Hunter Lab61.8915-12.304929.4879
CIE-Lab68.2452-10.685143.2508

#adaa56 color RGB value is (173,170,86).

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

The process color (four color CMYK) of #adaa56 color hex is 0.00, 0.02, 0.50, 0.32. Web safe color of #adaa56 is #999966. Color #adaa56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01010110
Octal 255 252 126
Decimal 173 170 86
Hex AD AA 56

RGB Percentages of Color #adaa56

%40.33
%39.63
%20.05

CMYK Percentages of Color #adaa56

%0
%2
%50
%32

Triadic Colors of #adaa56

#adaa56 #56adaa #aa56ad

Analogous Colors of #adaa56

#adaa56 #85ad56 #ad7f56

Monochromatic Colors of #adaa56

#adaa56

Complementary Color

#adaa56 #5659ad

#adaa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa56 Color CSS Codes

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

#adaa56 Text Font Color

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

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


#adaa56 Background Color

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

This div background color is #adaa56


#adaa56 Border Color

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

This div border color is #adaa56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa56


Comments

No comments written yet.

Please login to write comment.