Color Hex Logo

#aabf29 Color Hex

#AABF29
(170,191,41)
0 Favorites   0 Comments

Color spaces of #aabf29

RGB 17019141
HSL0.190.650.45
HSV68°79°75°
CMYK 0.110.000.79   0.25
XYZ35.608645.96779.0937
Yxy45.96770.39270.5070
Hunter Lab67.7995-24.900139.5073
CIE-Lab73.5246-25.434166.9302

#aabf29 color RGB value is (170,191,41).

#aabf29 hex color red value is 170, green value is 191 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aabf29 hue: 0.19 , saturation: 0.65 and the lightness value of aabf29 is 0.45.

The process color (four color CMYK) of #aabf29 color hex is 0.11, 0.00, 0.79, 0.25. Web safe color of #aabf29 is #99cc33. Color #aabf29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00101001
Octal 252 277 51
Decimal 170 191 41
Hex AA BF 29

RGB Percentages of Color #aabf29

%42.29
%47.51
%10.20

CMYK Percentages of Color #aabf29

%11
%0
%79
%25

Triadic Colors of #aabf29

#aabf29 #29aabf #bf29aa

Analogous Colors of #aabf29

#aabf29 #5fbf29 #bf8929

Monochromatic Colors of #aabf29

#aabf29

Complementary Color

#aabf29 #3e29bf

#aabf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf29 Color CSS Codes

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

#aabf29 Text Font Color

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

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


#aabf29 Background Color

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

This div background color is #aabf29


#aabf29 Border Color

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

This div border color is #aabf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf29


Comments

No comments written yet.

Please login to write comment.