Color Hex Logo

#adab29 Color Hex

#ADAB29
(173,171,41)
0 Favorites   0 Comments

Color spaces of #adab29

RGB 17317141
HSL0.160.620.42
HSV59°76°68°
CMYK 0.000.010.76   0.32
XYZ32.196738.17027.7684
Yxy38.17020.41210.4885
Hunter Lab61.7820-15.096235.7924
CIE-Lab68.1459-14.151062.1283

#adab29 color RGB value is (173,171,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 00101001
Octal 255 253 51
Decimal 173 171 41
Hex AD AB 29

RGB Percentages of Color #adab29

%44.94
%44.42
%10.65

CMYK Percentages of Color #adab29

%0
%1
%76
%32

Triadic Colors of #adab29

#adab29 #29adab #ab29ad

Analogous Colors of #adab29

#adab29 #6dad29 #ad6929

Monochromatic Colors of #adab29

#adab29

Complementary Color

#adab29 #292bad

#adab29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adab29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adab29 Color CSS Codes

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

#adab29 Text Font Color

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

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


#adab29 Background Color

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

This div background color is #adab29


#adab29 Border Color

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

This div border color is #adab29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adab29


Comments

No comments written yet.

Please login to write comment.