Color Hex Logo

#ada12f Color Hex

#ADA12F
(173,161,47)
0 Favorites   0 Comments

Color spaces of #ada12f

RGB 17316147
HSL0.150.570.43
HSV54°73°68°
CMYK 0.000.070.73   0.32
XYZ30.491534.57927.7567
Yxy34.57920.41870.4748
Hunter Lab58.8041-10.350133.3421
CIE-Lab65.4197-8.665657.4697

#ada12f color RGB value is (173,161,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00101111
Octal 255 241 57
Decimal 173 161 47
Hex AD A1 2F

RGB Percentages of Color #ada12f

%45.41
%42.26
%12.34

CMYK Percentages of Color #ada12f

%0
%7
%73
%32

Triadic Colors of #ada12f

#ada12f #2fada1 #a12fad

Analogous Colors of #ada12f

#ada12f #7aad2f #ad622f

Monochromatic Colors of #ada12f

#ada12f

Complementary Color

#ada12f #2f3bad

#ada12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada12f Color CSS Codes

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

#ada12f Text Font Color

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

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


#ada12f Background Color

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

This div background color is #ada12f


#ada12f Border Color

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

This div border color is #ada12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada12f


Comments

No comments written yet.

Please login to write comment.