Color Hex Logo

#adad56 Color Hex

#ADAD56
(173,173,86)
0 Favorites   0 Comments

Color spaces of #adad56

RGB 17317386
HSL0.170.350.51
HSV60°50°68°
CMYK 0.000.000.50   0.32
XYZ33.856939.443314.6330
Yxy39.44330.38500.4486
Hunter Lab62.8039-13.679430.1485
CIE-Lab69.0712-12.248644.2301

#adad56 color RGB value is (173,173,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01010110
Octal 255 255 126
Decimal 173 173 86
Hex AD AD 56

RGB Percentages of Color #adad56

%40.05
%40.05
%19.91

CMYK Percentages of Color #adad56

%0
%0
%50
%32

Triadic Colors of #adad56

#adad56 #56adad #ad56ad

Analogous Colors of #adad56

#adad56 #82ad56 #ad8256

Monochromatic Colors of #adad56

#adad56

Complementary Color

#adad56 #5656ad

#adad56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad56 Color CSS Codes

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

#adad56 Text Font Color

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

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


#adad56 Background Color

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

This div background color is #adad56


#adad56 Border Color

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

This div border color is #adad56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adad56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad56


Comments

No comments written yet.

Please login to write comment.