Color Hex Logo

#ada20e Color Hex

#ADA20E
(173,162,14)
0 Favorites   0 Comments

Color spaces of #ada20e

RGB 17316214
HSL0.160.850.37
HSV56°92°68°
CMYK 0.000.060.92   0.32
XYZ30.233234.75665.5307
Yxy34.75660.42870.4929
Hunter Lab58.9547-11.632335.7062
CIE-Lab65.5587-10.233966.5495

#ada20e color RGB value is (173,162,14).

#ada20e hex color red value is 173, green value is 162 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ada20e hue: 0.16 , saturation: 0.85 and the lightness value of ada20e is 0.37.

The process color (four color CMYK) of #ada20e color hex is 0.00, 0.06, 0.92, 0.32. Web safe color of #ada20e is #999900. Color #ada20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00001110
Octal 255 242 16
Decimal 173 162 14
Hex AD A2 E

RGB Percentages of Color #ada20e

%49.57
%46.42
%4.01

CMYK Percentages of Color #ada20e

%0
%6
%92
%32

Triadic Colors of #ada20e

#ada20e #0eada2 #a20ead

Analogous Colors of #ada20e

#ada20e #69ad0e #ad530e

Monochromatic Colors of #ada20e

#ada20e

Complementary Color

#ada20e #0e19ad

#ada20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada20e Color CSS Codes

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

#ada20e Text Font Color

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

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


#ada20e Background Color

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

This div background color is #ada20e


#ada20e Border Color

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

This div border color is #ada20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada20e


Comments

No comments written yet.

Please login to write comment.