Color Hex Logo

#adad1d Color Hex

#ADAD1D
(173,173,29)
0 Favorites   0 Comments

Color spaces of #adad1d

RGB 17317329
HSL0.170.710.40
HSV60°83°68°
CMYK 0.000.000.83   0.32
XYZ32.398938.86016.9555
Yxy38.86010.41420.4968
Hunter Lab62.3379-16.319437.0211
CIE-Lab68.6498-15.595065.9978

#adad1d color RGB value is (173,173,29).

#adad1d hex color red value is 173, green value is 173 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adad1d hue: 0.17 , saturation: 0.71 and the lightness value of adad1d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00011101
Octal 255 255 35
Decimal 173 173 29
Hex AD AD 1D

RGB Percentages of Color #adad1d

%46.13
%46.13
%7.73

CMYK Percentages of Color #adad1d

%0
%0
%83
%32

Triadic Colors of #adad1d

#adad1d #1dadad #ad1dad

Analogous Colors of #adad1d

#adad1d #65ad1d #ad651d

Monochromatic Colors of #adad1d

#adad1d

Complementary Color

#adad1d #1d1dad

#adad1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad1d Color CSS Codes

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

#adad1d Text Font Color

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

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


#adad1d Background Color

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

This div background color is #adad1d


#adad1d Border Color

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

This div border color is #adad1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad1d


Comments

No comments written yet.

Please login to write comment.