Color Hex Logo

#ada316 Color Hex

#ADA316
(173,163,22)
0 Favorites   0 Comments

Color spaces of #ada316

RGB 17316322
HSL0.160.770.38
HSV56°87°68°
CMYK 0.000.060.87   0.32
XYZ30.475635.13655.9349
Yxy35.13650.42600.4911
Hunter Lab59.2760-11.960935.5569
CIE-Lab65.8548-10.600465.2978

#ada316 color RGB value is (173,163,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00010110
Octal 255 243 26
Decimal 173 163 22
Hex AD A3 16

RGB Percentages of Color #ada316

%48.32
%45.53
%6.15

CMYK Percentages of Color #ada316

%0
%6
%87
%32

Triadic Colors of #ada316

#ada316 #16ada3 #a316ad

Analogous Colors of #ada316

#ada316 #6cad16 #ad5716

Monochromatic Colors of #ada316

#ada316

Complementary Color

#ada316 #1620ad

#ada316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada316 Color CSS Codes

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

#ada316 Text Font Color

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

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


#ada316 Background Color

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

This div background color is #ada316


#ada316 Border Color

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

This div border color is #ada316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada316


Comments

No comments written yet.

Please login to write comment.