Color Hex Logo

#adad15 Color Hex

#ADAD15
(173,173,21)
0 Favorites   0 Comments

Color spaces of #adad15

RGB 17317321
HSL0.170.780.38
HSV60°88°68°
CMYK 0.000.000.88   0.32
XYZ32.312538.82556.5005
Yxy38.82550.41620.5001
Hunter Lab62.3101-16.477037.4317
CIE-Lab68.6247-15.797567.7372

#adad15 color RGB value is (173,173,21).

#adad15 hex color red value is 173, green value is 173 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #adad15 hue: 0.17 , saturation: 0.78 and the lightness value of adad15 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00010101
Octal 255 255 25
Decimal 173 173 21
Hex AD AD 15

RGB Percentages of Color #adad15

%47.14
%47.14
%5.72

CMYK Percentages of Color #adad15

%0
%0
%88
%32

Triadic Colors of #adad15

#adad15 #15adad #ad15ad

Analogous Colors of #adad15

#adad15 #61ad15 #ad6115

Monochromatic Colors of #adad15

#adad15

Complementary Color

#adad15 #1515ad

#adad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad15 Color CSS Codes

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

#adad15 Text Font Color

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

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


#adad15 Background Color

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

This div background color is #adad15


#adad15 Border Color

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

This div border color is #adad15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad15


Comments

No comments written yet.

Please login to write comment.