Color Hex Logo

#aabc2e Color Hex

#AABC2E
(170,188,46)
0 Favorites   0 Comments

Color spaces of #aabc2e

RGB 17018846
HSL0.190.610.46
HSV68°76°74°
CMYK 0.100.000.76   0.26
XYZ35.053944.70979.3671
Yxy44.70970.39330.5016
Hunter Lab66.8653-23.436338.4998
CIE-Lab72.7003-23.762864.6416

#aabc2e color RGB value is (170,188,46).

#aabc2e hex color red value is 170, green value is 188 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aabc2e hue: 0.19 , saturation: 0.61 and the lightness value of aabc2e is 0.46.

The process color (four color CMYK) of #aabc2e color hex is 0.10, 0.00, 0.76, 0.26. Web safe color of #aabc2e is #99cc33. Color #aabc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00101110
Octal 252 274 56
Decimal 170 188 46
Hex AA BC 2E

RGB Percentages of Color #aabc2e

%42.08
%46.53
%11.39

CMYK Percentages of Color #aabc2e

%10
%0
%76
%26

Triadic Colors of #aabc2e

#aabc2e #2eaabc #bc2eaa

Analogous Colors of #aabc2e

#aabc2e #63bc2e #bc872e

Monochromatic Colors of #aabc2e

#aabc2e

Complementary Color

#aabc2e #402ebc

#aabc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc2e Color CSS Codes

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

#aabc2e Text Font Color

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

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


#aabc2e Background Color

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

This div background color is #aabc2e


#aabc2e Border Color

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

This div border color is #aabc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc2e


Comments

No comments written yet.

Please login to write comment.