Color Hex Logo

#aab271 Color Hex

#AAB271
(170,178,113)
0 Favorites   0 Comments

Color spaces of #aab271

RGB 170178113
HSL0.190.300.57
HSV67°37°70°
CMYK 0.040.000.37   0.30
XYZ35.478641.579121.7784
Yxy41.57910.35900.4207
Hunter Lab64.4819-14.630725.1124
CIE-Lab70.5798-13.180232.3115

#aab271 color RGB value is (170,178,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01110001
Octal 252 262 161
Decimal 170 178 113
Hex AA B2 71

RGB Percentages of Color #aab271

%36.88
%38.61
%24.51

CMYK Percentages of Color #aab271

%4
%0
%37
%30

Triadic Colors of #aab271

#aab271 #71aab2 #b271aa

Analogous Colors of #aab271

#aab271 #8ab271 #b29a71

Monochromatic Colors of #aab271

#aab271

Complementary Color

#aab271 #7971b2

#aab271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab271 Color CSS Codes

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

#aab271 Text Font Color

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

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


#aab271 Background Color

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

This div background color is #aab271


#aab271 Border Color

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

This div border color is #aab271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab271


Comments

No comments written yet.

Please login to write comment.