Color Hex Logo

#ada02e Color Hex

#ADA02E
(173,160,46)
0 Favorites   0 Comments

Color spaces of #ada02e

RGB 17316046
HSL0.150.580.43
HSV54°73°68°
CMYK 0.000.080.73   0.32
XYZ30.297534.22317.5936
Yxy34.22310.42010.4746
Hunter Lab58.5005-9.930533.2543
CIE-Lab65.1393-8.184257.5714

#ada02e color RGB value is (173,160,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00101110
Octal 255 240 56
Decimal 173 160 46
Hex AD A0 2E

RGB Percentages of Color #ada02e

%45.65
%42.22
%12.14

CMYK Percentages of Color #ada02e

%0
%8
%73
%32

Triadic Colors of #ada02e

#ada02e #2eada0 #a02ead

Analogous Colors of #ada02e

#ada02e #7bad2e #ad612e

Monochromatic Colors of #ada02e

#ada02e

Complementary Color

#ada02e #2e3bad

#ada02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada02e Color CSS Codes

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

#ada02e Text Font Color

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

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


#ada02e Background Color

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

This div background color is #ada02e


#ada02e Border Color

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

This div border color is #ada02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada02e


Comments

No comments written yet.

Please login to write comment.