Color Hex Logo

#ada12c Color Hex

#ADA12C
(173,161,44)
0 Favorites   0 Comments

Color spaces of #ada12c

RGB 17316144
HSL0.150.590.43
HSV54°75°68°
CMYK 0.000.070.75   0.32
XYZ30.433134.55587.4488
Yxy34.55580.42010.4770
Hunter Lab58.7842-10.461333.6360
CIE-Lab65.4014-8.805058.5499

#ada12c color RGB value is (173,161,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00101100
Octal 255 241 54
Decimal 173 161 44
Hex AD A1 2C

RGB Percentages of Color #ada12c

%45.77
%42.59
%11.64

CMYK Percentages of Color #ada12c

%0
%7
%75
%32

Triadic Colors of #ada12c

#ada12c #2cada1 #a12cad

Analogous Colors of #ada12c

#ada12c #79ad2c #ad612c

Monochromatic Colors of #ada12c

#ada12c

Complementary Color

#ada12c #2c38ad

#ada12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada12c Color CSS Codes

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

#ada12c Text Font Color

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

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


#ada12c Background Color

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

This div background color is #ada12c


#ada12c Border Color

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

This div border color is #ada12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada12c


Comments

No comments written yet.

Please login to write comment.