Color Hex Logo

#aab869 Color Hex

#AAB869
(170,184,105)
0 Favorites   0 Comments

Color spaces of #aab869

RGB 170184105
HSL0.200.360.57
HSV71°43°72°
CMYK 0.080.000.43   0.28
XYZ36.267943.846919.9164
Yxy43.84690.36260.4383
Hunter Lab66.2170-18.113028.5190
CIE-Lab72.1260-17.195038.4107

#aab869 color RGB value is (170,184,105).

#aab869 hex color red value is 170, green value is 184 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aab869 hue: 0.20 , saturation: 0.36 and the lightness value of aab869 is 0.57.

The process color (four color CMYK) of #aab869 color hex is 0.08, 0.00, 0.43, 0.28. Web safe color of #aab869 is #99cc66. Color #aab869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01101001
Octal 252 270 151
Decimal 170 184 105
Hex AA B8 69

RGB Percentages of Color #aab869

%37.04
%40.09
%22.88

CMYK Percentages of Color #aab869

%8
%0
%43
%28

Triadic Colors of #aab869

#aab869 #69aab8 #b869aa

Analogous Colors of #aab869

#aab869 #83b869 #b89f69

Monochromatic Colors of #aab869

#aab869

Complementary Color

#aab869 #7769b8

#aab869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab869 Color CSS Codes

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

#aab869 Text Font Color

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

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


#aab869 Background Color

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

This div background color is #aab869


#aab869 Border Color

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

This div border color is #aab869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab869


Comments

No comments written yet.

Please login to write comment.