Color Hex Logo

#ada61c Color Hex

#ADA61C
(173,166,28)
0 Favorites   0 Comments

Color spaces of #ada61c

RGB 17316628
HSL0.160.720.39
HSV57°84°68°
CMYK 0.000.040.84   0.32
XYZ31.079436.24056.4557
Yxy36.24050.42130.4912
Hunter Lab60.2001-13.196235.7820
CIE-Lab66.7033-12.012364.6045

#ada61c color RGB value is (173,166,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 00011100
Octal 255 246 34
Decimal 173 166 28
Hex AD A6 1C

RGB Percentages of Color #ada61c

%47.14
%45.23
%7.63

CMYK Percentages of Color #ada61c

%0
%4
%84
%32

Triadic Colors of #ada61c

#ada61c #1cada6 #a61cad

Analogous Colors of #ada61c

#ada61c #6cad1c #ad5e1c

Monochromatic Colors of #ada61c

#ada61c

Complementary Color

#ada61c #1c23ad

#ada61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada61c Color CSS Codes

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

#ada61c Text Font Color

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

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


#ada61c Background Color

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

This div background color is #ada61c


#ada61c Border Color

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

This div border color is #ada61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada61c


Comments

No comments written yet.

Please login to write comment.