Color Hex Logo

#aabc82 Color Hex

#AABC82
(170,188,130)
0 Favorites   0 Comments

Color spaces of #aabc82

RGB 170188130
HSL0.220.300.62
HSV79°31°74°
CMYK 0.100.000.31   0.26
XYZ38.590046.124227.9880
Yxy46.12420.34240.4093
Hunter Lab67.9148-17.425123.1067
CIE-Lab73.6261-16.080227.3628

#aabc82 color RGB value is (170,188,130).

#aabc82 hex color red value is 170, green value is 188 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aabc82 hue: 0.22 , saturation: 0.30 and the lightness value of aabc82 is 0.62.

The process color (four color CMYK) of #aabc82 color hex is 0.10, 0.00, 0.31, 0.26. Web safe color of #aabc82 is #99cc99. Color #aabc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 10000010
Octal 252 274 202
Decimal 170 188 130
Hex AA BC 82

RGB Percentages of Color #aabc82

%34.84
%38.52
%26.64

CMYK Percentages of Color #aabc82

%10
%0
%31
%26

Triadic Colors of #aabc82

#aabc82 #82aabc #bc82aa

Analogous Colors of #aabc82

#aabc82 #8dbc82 #bcb182

Monochromatic Colors of #aabc82

#aabc82

Complementary Color

#aabc82 #9482bc

#aabc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc82 Color CSS Codes

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

#aabc82 Text Font Color

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

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


#aabc82 Background Color

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

This div background color is #aabc82


#aabc82 Border Color

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

This div border color is #aabc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc82


Comments

No comments written yet.

Please login to write comment.