Color Hex Logo

#aab363 Color Hex

#AAB363
(170,179,99)
0 Favorites   0 Comments

Color spaces of #aab363

RGB 17017999
HSL0.190.340.55
HSV67°45°70°
CMYK 0.050.000.45   0.30
XYZ34.949841.687118.0087
Yxy41.68710.36930.4405
Hunter Lab64.5655-16.366428.6586
CIE-Lab70.6547-15.300639.6210

#aab363 color RGB value is (170,179,99).

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

The process color (four color CMYK) of #aab363 color hex is 0.05, 0.00, 0.45, 0.30. Web safe color of #aab363 is #99cc66. Color #aab363 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01100011
Octal 252 263 143
Decimal 170 179 99
Hex AA B3 63

RGB Percentages of Color #aab363

%37.95
%39.96
%22.10

CMYK Percentages of Color #aab363

%5
%0
%45
%30

Triadic Colors of #aab363

#aab363 #63aab3 #b363aa

Analogous Colors of #aab363

#aab363 #82b363 #b39463

Monochromatic Colors of #aab363

#aab363

Complementary Color

#aab363 #6c63b3

#aab363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab363 Color CSS Codes

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

#aab363 Text Font Color

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

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


#aab363 Background Color

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

This div background color is #aab363


#aab363 Border Color

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

This div border color is #aab363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab363


Comments

No comments written yet.

Please login to write comment.