Color Hex Logo

#ada41c Color Hex

#ADA41C
(173,164,28)
0 Favorites   0 Comments

Color spaces of #ada41c

RGB 17316428
HSL0.160.720.39
HSV56°84°68°
CMYK 0.000.050.84   0.32
XYZ30.718635.51906.3354
Yxy35.51900.42330.4894
Hunter Lab59.5978-12.291635.4158
CIE-Lab66.1508-10.968964.1393

#ada41c color RGB value is (173,164,28).

#ada41c hex color red value is 173, green value is 164 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ada41c hue: 0.16 , saturation: 0.72 and the lightness value of ada41c is 0.39.

The process color (four color CMYK) of #ada41c color hex is 0.00, 0.05, 0.84, 0.32. Web safe color of #ada41c is #999933. Color #ada41c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00011100
Octal 255 244 34
Decimal 173 164 28
Hex AD A4 1C

RGB Percentages of Color #ada41c

%47.40
%44.93
%7.67

CMYK Percentages of Color #ada41c

%0
%5
%84
%32

Triadic Colors of #ada41c

#ada41c #1cada4 #a41cad

Analogous Colors of #ada41c

#ada41c #6ead1c #ad5c1c

Monochromatic Colors of #ada41c

#ada41c

Complementary Color

#ada41c #1c25ad

#ada41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada41c Color CSS Codes

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

#ada41c Text Font Color

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

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


#ada41c Background Color

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

This div background color is #ada41c


#ada41c Border Color

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

This div border color is #ada41c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada41c


Comments

No comments written yet.

Please login to write comment.