Color Hex Logo

#adaa48 Color Hex

#ADAA48
(173,170,72)
0 Favorites   0 Comments

Color spaces of #adaa48

RGB 17317072
HSL0.160.410.48
HSV58°58°68°
CMYK 0.000.020.58   0.32
XYZ32.778038.101611.7576
Yxy38.10160.39660.4611
Hunter Lab61.7265-13.234331.9150
CIE-Lab68.0954-11.848549.7528

#adaa48 color RGB value is (173,170,72).

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

The process color (four color CMYK) of #adaa48 color hex is 0.00, 0.02, 0.58, 0.32. Web safe color of #adaa48 is #999933. Color #adaa48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01001000
Octal 255 252 110
Decimal 173 170 72
Hex AD AA 48

RGB Percentages of Color #adaa48

%41.69
%40.96
%17.35

CMYK Percentages of Color #adaa48

%0
%2
%58
%32

Triadic Colors of #adaa48

#adaa48 #48adaa #aa48ad

Analogous Colors of #adaa48

#adaa48 #7ead48 #ad7848

Monochromatic Colors of #adaa48

#adaa48

Complementary Color

#adaa48 #484bad

#adaa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa48 Color CSS Codes

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

#adaa48 Text Font Color

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

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


#adaa48 Background Color

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

This div background color is #adaa48


#adaa48 Border Color

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

This div border color is #adaa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa48


Comments

No comments written yet.

Please login to write comment.