Color Hex Logo

#aab967 Color Hex

#AAB967
(170,185,103)
0 Favorites   0 Comments

Color spaces of #aab967

RGB 170185103
HSL0.200.370.56
HSV71°44°73°
CMYK 0.080.000.44   0.27
XYZ36.374744.223219.4508
Yxy44.22320.36360.4420
Hunter Lab66.5005-18.739329.2086
CIE-Lab72.3774-17.923039.7358

#aab967 color RGB value is (170,185,103).

#aab967 hex color red value is 170, green value is 185 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aab967 hue: 0.20 , saturation: 0.37 and the lightness value of aab967 is 0.56.

The process color (four color CMYK) of #aab967 color hex is 0.08, 0.00, 0.44, 0.27. Web safe color of #aab967 is #99cc66. Color #aab967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01100111
Octal 252 271 147
Decimal 170 185 103
Hex AA B9 67

RGB Percentages of Color #aab967

%37.12
%40.39
%22.49

CMYK Percentages of Color #aab967

%8
%0
%44
%27

Triadic Colors of #aab967

#aab967 #67aab9 #b967aa

Analogous Colors of #aab967

#aab967 #81b967 #b99f67

Monochromatic Colors of #aab967

#aab967

Complementary Color

#aab967 #7667b9

#aab967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab967 Color CSS Codes

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

#aab967 Text Font Color

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

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


#aab967 Background Color

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

This div background color is #aab967


#aab967 Border Color

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

This div border color is #aab967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab967


Comments

No comments written yet.

Please login to write comment.