Color Hex Logo

#adad29 Color Hex

#ADAD29
(173,173,41)
0 Favorites   0 Comments

Color spaces of #adad29

RGB 17317341
HSL0.170.620.42
HSV60°76°68°
CMYK 0.000.000.76   0.32
XYZ32.577438.93157.8953
Yxy38.93150.41030.4903
Hunter Lab62.3951-15.994036.1742
CIE-Lab68.7016-15.178162.6372

#adad29 color RGB value is (173,173,41).

#adad29 hex color red value is 173, green value is 173 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #adad29 hue: 0.17 , saturation: 0.62 and the lightness value of adad29 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00101001
Octal 255 255 51
Decimal 173 173 41
Hex AD AD 29

RGB Percentages of Color #adad29

%44.70
%44.70
%10.59

CMYK Percentages of Color #adad29

%0
%0
%76
%32

Triadic Colors of #adad29

#adad29 #29adad #ad29ad

Analogous Colors of #adad29

#adad29 #6bad29 #ad6b29

Monochromatic Colors of #adad29

#adad29

Complementary Color

#adad29 #2929ad

#adad29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad29 Color CSS Codes

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

#adad29 Text Font Color

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

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


#adad29 Background Color

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

This div background color is #adad29


#adad29 Border Color

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

This div border color is #adad29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad29


Comments

No comments written yet.

Please login to write comment.