Color Hex Logo

#aab26f Color Hex

#AAB26F
(170,178,111)
0 Favorites   0 Comments

Color spaces of #aab26f

RGB 170178111
HSL0.190.300.57
HSV67°38°70°
CMYK 0.040.000.38   0.30
XYZ35.367241.534521.1918
Yxy41.53450.36050.4234
Hunter Lab64.4473-14.826025.6171
CIE-Lab70.5488-13.423933.3178

#aab26f color RGB value is (170,178,111).

#aab26f hex color red value is 170, green value is 178 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aab26f hue: 0.19 , saturation: 0.30 and the lightness value of aab26f is 0.57.

The process color (four color CMYK) of #aab26f color hex is 0.04, 0.00, 0.38, 0.30. Web safe color of #aab26f is #999966. Color #aab26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01101111
Octal 252 262 157
Decimal 170 178 111
Hex AA B2 6F

RGB Percentages of Color #aab26f

%37.04
%38.78
%24.18

CMYK Percentages of Color #aab26f

%4
%0
%38
%30

Triadic Colors of #aab26f

#aab26f #6faab2 #b26faa

Analogous Colors of #aab26f

#aab26f #89b26f #b2996f

Monochromatic Colors of #aab26f

#aab26f

Complementary Color

#aab26f #776fb2

#aab26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab26f Color CSS Codes

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

#aab26f Text Font Color

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

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


#aab26f Background Color

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

This div background color is #aab26f


#aab26f Border Color

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

This div border color is #aab26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab26f


Comments

No comments written yet.

Please login to write comment.