Color Hex Logo

#adaa62 Color Hex

#ADAA62
(173,170,98)
0 Favorites   0 Comments

Color spaces of #adaa62

RGB 17317098
HSL0.160.310.53
HSV58°43°68°
CMYK 0.000.020.43   0.32
XYZ33.812938.515517.2074
Yxy38.51550.37760.4302
Hunter Lab62.0609-11.353527.0035
CIE-Lab68.3988-9.504337.3847

#adaa62 color RGB value is (173,170,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01100010
Octal 255 252 142
Decimal 173 170 98
Hex AD AA 62

RGB Percentages of Color #adaa62

%39.23
%38.55
%22.22

CMYK Percentages of Color #adaa62

%0
%2
%43
%32

Triadic Colors of #adaa62

#adaa62 #62adaa #aa62ad

Analogous Colors of #adaa62

#adaa62 #8bad62 #ad8562

Monochromatic Colors of #adaa62

#adaa62

Complementary Color

#adaa62 #6265ad

#adaa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa62 Color CSS Codes

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

#adaa62 Text Font Color

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

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


#adaa62 Background Color

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

This div background color is #adaa62


#adaa62 Border Color

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

This div border color is #adaa62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa62


Comments

No comments written yet.

Please login to write comment.