Color Hex Logo

#aabc0e Color Hex

#AABC0E
(170,188,14)
0 Favorites   0 Comments

Color spaces of #aabc0e

RGB 17018814
HSL0.180.860.40
HSV66°93°74°
CMYK 0.100.000.93   0.26
XYZ34.640044.54427.1876
Yxy44.54420.40110.5157
Hunter Lab66.7414-24.152840.3339
CIE-Lab72.5907-24.707471.9129

#aabc0e color RGB value is (170,188,14).

#aabc0e hex color red value is 170, green value is 188 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aabc0e hue: 0.18 , saturation: 0.86 and the lightness value of aabc0e is 0.40.

The process color (four color CMYK) of #aabc0e color hex is 0.10, 0.00, 0.93, 0.26. Web safe color of #aabc0e is #99cc00. Color #aabc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00001110
Octal 252 274 16
Decimal 170 188 14
Hex AA BC E

RGB Percentages of Color #aabc0e

%45.70
%50.54
%3.76

CMYK Percentages of Color #aabc0e

%10
%0
%93
%26

Triadic Colors of #aabc0e

#aabc0e #0eaabc #bc0eaa

Analogous Colors of #aabc0e

#aabc0e #53bc0e #bc770e

Monochromatic Colors of #aabc0e

#aabc0e

Complementary Color

#aabc0e #200ebc

#aabc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc0e Color CSS Codes

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

#aabc0e Text Font Color

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

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


#aabc0e Background Color

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

This div background color is #aabc0e


#aabc0e Border Color

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

This div border color is #aabc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc0e


Comments

No comments written yet.

Please login to write comment.