Color Hex Logo

#ab9929 Color Hex

#AB9929
(171,153,41)
0 Favorites   0 Comments

Color spaces of #ab9929

RGB 17115341
HSL0.140.610.42
HSV52°76°67°
CMYK 0.000.110.76   0.33
XYZ28.586131.60056.6907
Yxy31.60050.42740.4725
Hunter Lab56.2143-7.604332.2933
CIE-Lab63.0113-5.568157.3040

#ab9929 color RGB value is (171,153,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 00101001
Octal 253 231 51
Decimal 171 153 41
Hex AB 99 29

RGB Percentages of Color #ab9929

%46.85
%41.92
%11.23

CMYK Percentages of Color #ab9929

%0
%11
%76
%33

Triadic Colors of #ab9929

#ab9929 #29ab99 #9929ab

Analogous Colors of #ab9929

#ab9929 #7cab29 #ab5829

Monochromatic Colors of #ab9929

#ab9929

Complementary Color

#ab9929 #293bab

#ab9929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9929 Color CSS Codes

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

#ab9929 Text Font Color

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

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


#ab9929 Background Color

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

This div background color is #ab9929


#ab9929 Border Color

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

This div border color is #ab9929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9929


Comments

No comments written yet.

Please login to write comment.