Color Hex Logo

#aab273 Color Hex

#AAB273
(170,178,115)
0 Favorites   0 Comments

Color spaces of #aab273

RGB 170178115
HSL0.190.290.57
HSV68°35°70°
CMYK 0.040.000.35   0.30
XYZ35.592541.624622.3781
Yxy41.62460.35740.4179
Hunter Lab64.5171-14.431024.5969
CIE-Lab70.6113-12.931431.3021

#aab273 color RGB value is (170,178,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01110011
Octal 252 262 163
Decimal 170 178 115
Hex AA B2 73

RGB Percentages of Color #aab273

%36.72
%38.44
%24.84

CMYK Percentages of Color #aab273

%4
%0
%35
%30

Triadic Colors of #aab273

#aab273 #73aab2 #b273aa

Analogous Colors of #aab273

#aab273 #8bb273 #b29b73

Monochromatic Colors of #aab273

#aab273

Complementary Color

#aab273 #7b73b2

#aab273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab273 Color CSS Codes

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

#aab273 Text Font Color

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

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


#aab273 Background Color

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

This div background color is #aab273


#aab273 Border Color

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

This div border color is #aab273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab273


Comments

No comments written yet.

Please login to write comment.