Color Hex Logo

#aab650 Color Hex

#AAB650
(170,182,80)
0 Favorites   0 Comments

Color spaces of #aab650

RGB 17018280
HSL0.190.410.51
HSV67°56°71°
CMYK 0.070.000.56   0.29
XYZ34.753542.581113.9767
Yxy42.58110.38060.4663
Hunter Lab65.2542-19.128232.9787
CIE-Lab71.2697-18.623649.5758

#aab650 color RGB value is (170,182,80).

#aab650 hex color red value is 170, green value is 182 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aab650 hue: 0.19 , saturation: 0.41 and the lightness value of aab650 is 0.51.

The process color (four color CMYK) of #aab650 color hex is 0.07, 0.00, 0.56, 0.29. Web safe color of #aab650 is #99cc66. Color #aab650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01010000
Octal 252 266 120
Decimal 170 182 80
Hex AA B6 50

RGB Percentages of Color #aab650

%39.35
%42.13
%18.52

CMYK Percentages of Color #aab650

%7
%0
%56
%29

Triadic Colors of #aab650

#aab650 #50aab6 #b650aa

Analogous Colors of #aab650

#aab650 #77b650 #b68f50

Monochromatic Colors of #aab650

#aab650

Complementary Color

#aab650 #5c50b6

#aab650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab650 Color CSS Codes

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

#aab650 Text Font Color

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

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


#aab650 Background Color

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

This div background color is #aab650


#aab650 Border Color

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

This div border color is #aab650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab650


Comments

No comments written yet.

Please login to write comment.