Color Hex Logo

#aab868 Color Hex

#AAB868
(170,184,104)
0 Favorites   0 Comments

Color spaces of #aab868

RGB 170184104
HSL0.200.360.56
HSV71°43°72°
CMYK 0.080.000.43   0.28
XYZ36.216743.826519.6472
Yxy43.82650.36330.4396
Hunter Lab66.2016-18.201328.7451
CIE-Lab72.1124-17.306838.9010

#aab868 color RGB value is (170,184,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01101000
Octal 252 270 150
Decimal 170 184 104
Hex AA B8 68

RGB Percentages of Color #aab868

%37.12
%40.17
%22.71

CMYK Percentages of Color #aab868

%8
%0
%43
%28

Triadic Colors of #aab868

#aab868 #68aab8 #b868aa

Analogous Colors of #aab868

#aab868 #82b868 #b89e68

Monochromatic Colors of #aab868

#aab868

Complementary Color

#aab868 #7668b8

#aab868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab868 Color CSS Codes

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

#aab868 Text Font Color

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

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


#aab868 Background Color

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

This div background color is #aab868


#aab868 Border Color

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

This div border color is #aab868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab868


Comments

No comments written yet.

Please login to write comment.