Color Hex Logo

#ada21d Color Hex

#ADA21D
(173,162,29)
0 Favorites   0 Comments

Color spaces of #ada21d

RGB 17316229
HSL0.150.710.40
HSV55°83°68°
CMYK 0.000.060.83   0.32
XYZ30.375734.81366.2811
Yxy34.81360.42500.4871
Hunter Lab59.0031-11.360734.9905
CIE-Lab65.6033-9.890663.4174

#ada21d color RGB value is (173,162,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00011101
Octal 255 242 35
Decimal 173 162 29
Hex AD A2 1D

RGB Percentages of Color #ada21d

%47.53
%44.51
%7.97

CMYK Percentages of Color #ada21d

%0
%6
%83
%32

Triadic Colors of #ada21d

#ada21d #1dada2 #a21dad

Analogous Colors of #ada21d

#ada21d #70ad1d #ad5a1d

Monochromatic Colors of #ada21d

#ada21d

Complementary Color

#ada21d #1d28ad

#ada21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada21d Color CSS Codes

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

#ada21d Text Font Color

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

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


#ada21d Background Color

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

This div background color is #ada21d


#ada21d Border Color

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

This div border color is #ada21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada21d


Comments

No comments written yet.

Please login to write comment.