Color Hex Logo

#abaa29 Color Hex

#ABAA29
(171,170,41)
0 Favorites   0 Comments

Color spaces of #abaa29

RGB 17117041
HSL0.170.610.42
HSV60°76°67°
CMYK 0.000.010.76   0.33
XYZ31.569637.56757.6852
Yxy37.56750.41090.4890
Hunter Lab61.2923-15.322335.4705
CIE-Lab67.7006-14.509661.6579

#abaa29 color RGB value is (171,170,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00101001
Octal 253 252 51
Decimal 171 170 41
Hex AB AA 29

RGB Percentages of Color #abaa29

%44.76
%44.50
%10.73

CMYK Percentages of Color #abaa29

%0
%1
%76
%33

Triadic Colors of #abaa29

#abaa29 #29abaa #aa29ab

Analogous Colors of #abaa29

#abaa29 #6bab29 #ab6929

Monochromatic Colors of #abaa29

#abaa29

Complementary Color

#abaa29 #292aab

#abaa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa29 Color CSS Codes

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

#abaa29 Text Font Color

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

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


#abaa29 Background Color

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

This div background color is #abaa29


#abaa29 Border Color

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

This div border color is #abaa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa29


Comments

No comments written yet.

Please login to write comment.