Color Hex Logo

#adad61 Color Hex

#ADAD61
(173,173,97)
0 Favorites   0 Comments

Color spaces of #adad61

RGB 17317397
HSL0.170.320.53
HSV60°44°68°
CMYK 0.000.000.44   0.32
XYZ34.334839.634417.1498
Yxy39.63440.37680.4350
Hunter Lab62.9559-12.822627.9179
CIE-Lab69.2083-11.180038.9012

#adad61 color RGB value is (173,173,97).

#adad61 hex color red value is 173, green value is 173 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #adad61 hue: 0.17 , saturation: 0.32 and the lightness value of adad61 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01100001
Octal 255 255 141
Decimal 173 173 97
Hex AD AD 61

RGB Percentages of Color #adad61

%39.05
%39.05
%21.90

CMYK Percentages of Color #adad61

%0
%0
%44
%32

Triadic Colors of #adad61

#adad61 #61adad #ad61ad

Analogous Colors of #adad61

#adad61 #87ad61 #ad8761

Monochromatic Colors of #adad61

#adad61

Complementary Color

#adad61 #6161ad

#adad61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad61 Color CSS Codes

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

#adad61 Text Font Color

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

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


#adad61 Background Color

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

This div background color is #adad61


#adad61 Border Color

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

This div border color is #adad61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad61


Comments

No comments written yet.

Please login to write comment.