Color Hex Logo

#ada50e Color Hex

#ADA50E
(173,165,14)
0 Favorites   0 Comments

Color spaces of #ada50e

RGB 17316514
HSL0.160.850.37
HSV57°92°68°
CMYK 0.000.050.92   0.32
XYZ30.768035.82625.7090
Yxy35.82620.42550.4955
Hunter Lab59.8550-12.989736.2434
CIE-Lab66.3869-11.803067.1898

#ada50e color RGB value is (173,165,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00001110
Octal 255 245 16
Decimal 173 165 14
Hex AD A5 E

RGB Percentages of Color #ada50e

%49.15
%46.88
%3.98

CMYK Percentages of Color #ada50e

%0
%5
%92
%32

Triadic Colors of #ada50e

#ada50e #0eada5 #a50ead

Analogous Colors of #ada50e

#ada50e #66ad0e #ad560e

Monochromatic Colors of #ada50e

#ada50e

Complementary Color

#ada50e #0e16ad

#ada50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada50e Color CSS Codes

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

#ada50e Text Font Color

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

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


#ada50e Background Color

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

This div background color is #ada50e


#ada50e Border Color

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

This div border color is #ada50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada50e


Comments

No comments written yet.

Please login to write comment.