Color Hex Logo

#aab274 Color Hex

#AAB274
(170,178,116)
0 Favorites   0 Comments

Color spaces of #aab274

RGB 170178116
HSL0.190.290.58
HSV68°35°70°
CMYK 0.040.000.35   0.30
XYZ35.650341.647822.6829
Yxy41.64780.35660.4166
Hunter Lab64.5351-14.330024.3352
CIE-Lab70.6274-12.805730.7963

#aab274 color RGB value is (170,178,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01110100
Octal 252 262 164
Decimal 170 178 116
Hex AA B2 74

RGB Percentages of Color #aab274

%36.64
%38.36
%25.00

CMYK Percentages of Color #aab274

%4
%0
%35
%30

Triadic Colors of #aab274

#aab274 #74aab2 #b274aa

Analogous Colors of #aab274

#aab274 #8bb274 #b29b74

Monochromatic Colors of #aab274

#aab274

Complementary Color

#aab274 #7c74b2

#aab274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab274 Color CSS Codes

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

#aab274 Text Font Color

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

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


#aab274 Background Color

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

This div background color is #aab274


#aab274 Border Color

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

This div border color is #aab274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab274


Comments

No comments written yet.

Please login to write comment.