Color Hex Logo

#aab663 Color Hex

#AAB663
(170,182,99)
0 Favorites   0 Comments

Color spaces of #aab663

RGB 17018299
HSL0.190.360.55
HSV69°46°71°
CMYK 0.070.000.46   0.29
XYZ35.557642.902818.2114
Yxy42.90280.36780.4438
Hunter Lab65.5002-17.724529.3654
CIE-Lab71.4889-16.832140.6491

#aab663 color RGB value is (170,182,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01100011
Octal 252 266 143
Decimal 170 182 99
Hex AA B6 63

RGB Percentages of Color #aab663

%37.69
%40.35
%21.95

CMYK Percentages of Color #aab663

%7
%0
%46
%29

Triadic Colors of #aab663

#aab663 #63aab6 #b663aa

Analogous Colors of #aab663

#aab663 #81b663 #b69963

Monochromatic Colors of #aab663

#aab663

Complementary Color

#aab663 #6f63b6

#aab663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab663 Color CSS Codes

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

#aab663 Text Font Color

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

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


#aab663 Background Color

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

This div background color is #aab663


#aab663 Border Color

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

This div border color is #aab663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab663


Comments

No comments written yet.

Please login to write comment.