Color Hex Logo

#ada92b Color Hex

#ADA92B
(173,169,43)
0 Favorites   0 Comments

Color spaces of #ada92b

RGB 17316943
HSL0.160.600.42
HSV58°75°68°
CMYK 0.000.020.75   0.32
XYZ31.857637.43467.8320
Yxy37.43460.41310.4854
Hunter Lab61.1838-14.129135.2391
CIE-Lab67.6018-13.033960.9645

#ada92b color RGB value is (173,169,43).

#ada92b hex color red value is 173, green value is 169 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ada92b hue: 0.16 , saturation: 0.60 and the lightness value of ada92b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 00101011
Octal 255 251 53
Decimal 173 169 43
Hex AD A9 2B

RGB Percentages of Color #ada92b

%44.94
%43.90
%11.17

CMYK Percentages of Color #ada92b

%0
%2
%75
%32

Triadic Colors of #ada92b

#ada92b #2bada9 #a92bad

Analogous Colors of #ada92b

#ada92b #70ad2b #ad682b

Monochromatic Colors of #ada92b

#ada92b

Complementary Color

#ada92b #2b2fad

#ada92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada92b Color CSS Codes

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

#ada92b Text Font Color

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

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


#ada92b Background Color

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

This div background color is #ada92b


#ada92b Border Color

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

This div border color is #ada92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada92b


Comments

No comments written yet.

Please login to write comment.