Color Hex Logo

#aab652 Color Hex

#AAB652
(170,182,82)
0 Favorites   0 Comments

Color spaces of #aab652

RGB 17018282
HSL0.190.410.52
HSV67°55°71°
CMYK 0.070.000.55   0.29
XYZ34.828542.611114.3718
Yxy42.61110.37930.4641
Hunter Lab65.2772-18.996832.6404
CIE-Lab71.2902-18.455048.6693

#aab652 color RGB value is (170,182,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01010010
Octal 252 266 122
Decimal 170 182 82
Hex AA B6 52

RGB Percentages of Color #aab652

%39.17
%41.94
%18.89

CMYK Percentages of Color #aab652

%7
%0
%55
%29

Triadic Colors of #aab652

#aab652 #52aab6 #b652aa

Analogous Colors of #aab652

#aab652 #78b652 #b69052

Monochromatic Colors of #aab652

#aab652

Complementary Color

#aab652 #5e52b6

#aab652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab652 Color CSS Codes

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

#aab652 Text Font Color

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

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


#aab652 Background Color

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

This div background color is #aab652


#aab652 Border Color

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

This div border color is #aab652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab652


Comments

No comments written yet.

Please login to write comment.