Color Hex Logo

#aabe19 Color Hex

#AABE19
(170,190,25)
0 Favorites   0 Comments

Color spaces of #aabe19

RGB 17019025
HSL0.190.770.42
HSV67°87°75°
CMYK 0.110.000.87   0.25
XYZ35.166545.44317.8376
Yxy45.44310.39760.5138
Hunter Lab67.4115-24.852240.2947
CIE-Lab73.1827-25.458570.5669

#aabe19 color RGB value is (170,190,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 00011001
Octal 252 276 31
Decimal 170 190 25
Hex AA BE 19

RGB Percentages of Color #aabe19

%44.16
%49.35
%6.49

CMYK Percentages of Color #aabe19

%11
%0
%87
%25

Triadic Colors of #aabe19

#aabe19 #19aabe #be19aa

Analogous Colors of #aabe19

#aabe19 #57be19 #be8019

Monochromatic Colors of #aabe19

#aabe19

Complementary Color

#aabe19 #2d19be

#aabe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe19 Color CSS Codes

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

#aabe19 Text Font Color

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

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


#aabe19 Background Color

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

This div background color is #aabe19


#aabe19 Border Color

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

This div border color is #aabe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe19


Comments

No comments written yet.

Please login to write comment.