Color Hex Logo

#aabc0a Color Hex

#AABC0A
(170,188,10)
0 Favorites   0 Comments

Color spaces of #aabc0a

RGB 17018810
HSL0.180.900.39
HSV66°95°74°
CMYK 0.100.000.95   0.26
XYZ34.615644.53447.0587
Yxy44.53440.40150.5166
Hunter Lab66.7341-24.195140.4426
CIE-Lab72.5843-24.763272.3878

#aabc0a color RGB value is (170,188,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00001010
Octal 252 274 12
Decimal 170 188 10
Hex AA BC A

RGB Percentages of Color #aabc0a

%46.20
%51.09
%2.72

CMYK Percentages of Color #aabc0a

%10
%0
%95
%26

Triadic Colors of #aabc0a

#aabc0a #0aaabc #bc0aaa

Analogous Colors of #aabc0a

#aabc0a #51bc0a #bc750a

Monochromatic Colors of #aabc0a

#aabc0a

Complementary Color

#aabc0a #1c0abc

#aabc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc0a Color CSS Codes

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

#aabc0a Text Font Color

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

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


#aabc0a Background Color

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

This div background color is #aabc0a


#aabc0a Border Color

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

This div border color is #aabc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc0a


Comments

No comments written yet.

Please login to write comment.