Color Hex Logo

#aabc16 Color Hex

#AABC16
(170,188,22)
0 Favorites   0 Comments

Color spaces of #aabc16

RGB 17018822
HSL0.180.790.41
HSV67°88°74°
CMYK 0.100.000.88   0.26
XYZ34.705644.57047.5328
Yxy44.57040.39980.5134
Hunter Lab66.7611-24.039040.0429
CIE-Lab72.6081-24.556970.6690

#aabc16 color RGB value is (170,188,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00010110
Octal 252 274 26
Decimal 170 188 22
Hex AA BC 16

RGB Percentages of Color #aabc16

%44.74
%49.47
%5.79

CMYK Percentages of Color #aabc16

%10
%0
%88
%26

Triadic Colors of #aabc16

#aabc16 #16aabc #bc16aa

Analogous Colors of #aabc16

#aabc16 #57bc16 #bc7b16

Monochromatic Colors of #aabc16

#aabc16

Complementary Color

#aabc16 #2816bc

#aabc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc16 Color CSS Codes

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

#aabc16 Text Font Color

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

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


#aabc16 Background Color

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

This div background color is #aabc16


#aabc16 Border Color

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

This div border color is #aabc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc16


Comments

No comments written yet.

Please login to write comment.