Color Hex Logo

#aab275 Color Hex

#AAB275
(170,178,117)
0 Favorites   0 Comments

Color spaces of #aab275

RGB 170178117
HSL0.190.280.58
HSV68°34°70°
CMYK 0.040.000.34   0.30
XYZ35.708841.671222.9909
Yxy41.67120.35580.4152
Hunter Lab64.5532-14.227624.0709
CIE-Lab70.6436-12.678530.2901

#aab275 color RGB value is (170,178,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01110101
Octal 252 262 165
Decimal 170 178 117
Hex AA B2 75

RGB Percentages of Color #aab275

%36.56
%38.28
%25.16

CMYK Percentages of Color #aab275

%4
%0
%34
%30

Triadic Colors of #aab275

#aab275 #75aab2 #b275aa

Analogous Colors of #aab275

#aab275 #8cb275 #b29c75

Monochromatic Colors of #aab275

#aab275

Complementary Color

#aab275 #7d75b2

#aab275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab275 Color CSS Codes

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

#aab275 Text Font Color

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

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


#aab275 Background Color

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

This div background color is #aab275


#aab275 Border Color

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

This div border color is #aab275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab275


Comments

No comments written yet.

Please login to write comment.