Color Hex Logo

#aabc4e Color Hex

#AABC4E
(170,188,78)
0 Favorites   0 Comments

Color spaces of #aabc4e

RGB 17018878
HSL0.190.450.52
HSV70°59°74°
CMYK 0.100.000.59   0.26
XYZ35.935945.062514.0116
Yxy45.06250.37820.4743
Hunter Lab67.1286-21.918834.6146
CIE-Lab72.9330-21.783452.3597

#aabc4e color RGB value is (170,188,78).

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

The process color (four color CMYK) of #aabc4e color hex is 0.10, 0.00, 0.59, 0.26. Web safe color of #aabc4e is #99cc66. Color #aabc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 01001110
Octal 252 274 116
Decimal 170 188 78
Hex AA BC 4E

RGB Percentages of Color #aabc4e

%38.99
%43.12
%17.89

CMYK Percentages of Color #aabc4e

%10
%0
%59
%26

Triadic Colors of #aabc4e

#aabc4e #4eaabc #bc4eaa

Analogous Colors of #aabc4e

#aabc4e #73bc4e #bc974e

Monochromatic Colors of #aabc4e

#aabc4e

Complementary Color

#aabc4e #604ebc

#aabc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc4e Color CSS Codes

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

#aabc4e Text Font Color

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

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


#aabc4e Background Color

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

This div background color is #aabc4e


#aabc4e Border Color

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

This div border color is #aabc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc4e


Comments

No comments written yet.

Please login to write comment.