Color Hex Logo

#ada50c Color Hex

#ADA50C
(173,165,12)
0 Favorites   0 Comments

Color spaces of #ada50c

RGB 17316512
HSL0.160.870.36
HSV57°93°68°
CMYK 0.000.050.93   0.32
XYZ30.755135.82105.6410
Yxy35.82100.42590.4960
Hunter Lab59.8506-13.013936.3073
CIE-Lab66.3829-11.833867.4813

#ada50c color RGB value is (173,165,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00001100
Octal 255 245 14
Decimal 173 165 12
Hex AD A5 C

RGB Percentages of Color #ada50c

%49.43
%47.14
%3.43

CMYK Percentages of Color #ada50c

%0
%5
%93
%32

Triadic Colors of #ada50c

#ada50c #0cada5 #a50cad

Analogous Colors of #ada50c

#ada50c #65ad0c #ad550c

Monochromatic Colors of #ada50c

#ada50c

Complementary Color

#ada50c #0c14ad

#ada50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada50c Color CSS Codes

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

#ada50c Text Font Color

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

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


#ada50c Background Color

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

This div background color is #ada50c


#ada50c Border Color

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

This div border color is #ada50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada50c


Comments

No comments written yet.

Please login to write comment.