Color Hex Logo

#aabe16 Color Hex

#AABE16
(170,190,22)
0 Favorites   0 Comments

Color spaces of #aabe16

RGB 17019022
HSL0.190.790.42
HSV67°88°75°
CMYK 0.110.000.88   0.25
XYZ35.135845.43097.6762
Yxy45.43090.39820.5148
Hunter Lab67.4024-24.905140.4294
CIE-Lab73.1747-25.528671.1282

#aabe16 color RGB value is (170,190,22).

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

The process color (four color CMYK) of #aabe16 color hex is 0.11, 0.00, 0.88, 0.25. Web safe color of #aabe16 is #99cc00. Color #aabe16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 00010110
Octal 252 276 26
Decimal 170 190 22
Hex AA BE 16

RGB Percentages of Color #aabe16

%44.50
%49.74
%5.76

CMYK Percentages of Color #aabe16

%11
%0
%88
%25

Triadic Colors of #aabe16

#aabe16 #16aabe #be16aa

Analogous Colors of #aabe16

#aabe16 #56be16 #be7e16

Monochromatic Colors of #aabe16

#aabe16

Complementary Color

#aabe16 #2a16be

#aabe16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe16 Color CSS Codes

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

#aabe16 Text Font Color

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

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


#aabe16 Background Color

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

This div background color is #aabe16


#aabe16 Border Color

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

This div border color is #aabe16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,190,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 #aabe16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe16


Comments

No comments written yet.

Please login to write comment.