Color Hex Logo

#ada55c Color Hex

#ADA55C
(173,165,92)
0 Favorites   0 Comments

Color spaces of #ada55c

RGB 17316592
HSL0.150.330.52
HSV54°47°68°
CMYK 0.000.050.47   0.32
XYZ32.620536.567215.4641
Yxy36.56720.38530.4320
Hunter Lab60.4708-9.533527.1674
CIE-Lab66.9511-7.478338.6709

#ada55c color RGB value is (173,165,92).

#ada55c hex color red value is 173, green value is 165 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ada55c hue: 0.15 , saturation: 0.33 and the lightness value of ada55c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01011100
Octal 255 245 134
Decimal 173 165 92
Hex AD A5 5C

RGB Percentages of Color #ada55c

%40.23
%38.37
%21.40

CMYK Percentages of Color #ada55c

%0
%5
%47
%32

Triadic Colors of #ada55c

#ada55c #5cada5 #a55cad

Analogous Colors of #ada55c

#ada55c #8dad5c #ad7d5c

Monochromatic Colors of #ada55c

#ada55c

Complementary Color

#ada55c #5c64ad

#ada55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada55c Color CSS Codes

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

#ada55c Text Font Color

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

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


#ada55c Background Color

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

This div background color is #ada55c


#ada55c Border Color

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

This div border color is #ada55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada55c


Comments

No comments written yet.

Please login to write comment.