Color Hex Logo

#aab867 Color Hex

#AAB867
(170,184,103)
0 Favorites   0 Comments

Color spaces of #aab867

RGB 170184103
HSL0.200.360.56
HSV70°44°72°
CMYK 0.080.000.44   0.28
XYZ36.166243.806319.3813
Yxy43.80630.36400.4409
Hunter Lab66.1863-18.288328.9686
CIE-Lab72.0988-17.417139.3898

#aab867 color RGB value is (170,184,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01100111
Octal 252 270 147
Decimal 170 184 103
Hex AA B8 67

RGB Percentages of Color #aab867

%37.20
%40.26
%22.54

CMYK Percentages of Color #aab867

%8
%0
%44
%28

Triadic Colors of #aab867

#aab867 #67aab8 #b867aa

Analogous Colors of #aab867

#aab867 #82b867 #b89e67

Monochromatic Colors of #aab867

#aab867

Complementary Color

#aab867 #7567b8

#aab867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab867 Color CSS Codes

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

#aab867 Text Font Color

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

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


#aab867 Background Color

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

This div background color is #aab867


#aab867 Border Color

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

This div border color is #aab867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab867


Comments

No comments written yet.

Please login to write comment.