Color Hex Logo

#ada616 Color Hex

#ADA616
(173,166,22)
0 Favorites   0 Comments

Color spaces of #ada616

RGB 17316622
HSL0.160.770.38
HSV57°87°68°
CMYK 0.000.040.87   0.32
XYZ31.014636.21466.1145
Yxy36.21460.42290.4938
Hunter Lab60.1786-13.317836.1008
CIE-Lab66.6836-12.166965.9694

#ada616 color RGB value is (173,166,22).

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

The process color (four color CMYK) of #ada616 color hex is 0.00, 0.04, 0.87, 0.32. Web safe color of #ada616 is #999900. Color #ada616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 00010110
Octal 255 246 26
Decimal 173 166 22
Hex AD A6 16

RGB Percentages of Color #ada616

%47.92
%45.98
%6.09

CMYK Percentages of Color #ada616

%0
%4
%87
%32

Triadic Colors of #ada616

#ada616 #16ada6 #a616ad

Analogous Colors of #ada616

#ada616 #69ad16 #ad5b16

Monochromatic Colors of #ada616

#ada616

Complementary Color

#ada616 #161dad

#ada616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada616 Color CSS Codes

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

#ada616 Text Font Color

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

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


#ada616 Background Color

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

This div background color is #ada616


#ada616 Border Color

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

This div border color is #ada616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada616


Comments

No comments written yet.

Please login to write comment.