Color Hex Logo

#ada02b Color Hex

#ADA02B
(173,160,43)
0 Favorites   0 Comments

Color spaces of #ada02b

RGB 17316043
HSL0.150.600.42
HSV54°75°68°
CMYK 0.000.080.75   0.32
XYZ30.240434.20037.2930
Yxy34.20030.42160.4768
Hunter Lab58.4810-10.039933.5428
CIE-Lab65.1212-8.321258.6413

#ada02b color RGB value is (173,160,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00101011
Octal 255 240 53
Decimal 173 160 43
Hex AD A0 2B

RGB Percentages of Color #ada02b

%46.01
%42.55
%11.44

CMYK Percentages of Color #ada02b

%0
%8
%75
%32

Triadic Colors of #ada02b

#ada02b #2bada0 #a02bad

Analogous Colors of #ada02b

#ada02b #79ad2b #ad5f2b

Monochromatic Colors of #ada02b

#ada02b

Complementary Color

#ada02b #2b38ad

#ada02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada02b Color CSS Codes

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

#ada02b Text Font Color

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

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


#ada02b Background Color

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

This div background color is #ada02b


#ada02b Border Color

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

This div border color is #ada02b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,160,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 #ada02b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada02b


Comments

No comments written yet.

Please login to write comment.