Color Hex Logo

#aabf30 Color Hex

#AABF30
(170,191,48)
0 Favorites   0 Comments

Color spaces of #aabf30

RGB 17019148
HSL0.190.600.47
HSV69°75°75°
CMYK 0.110.000.75   0.25
XYZ35.741946.02119.7955
Yxy46.02110.39040.5026
Hunter Lab67.8389-24.672638.9261
CIE-Lab73.5592-25.134364.7965

#aabf30 color RGB value is (170,191,48).

#aabf30 hex color red value is 170, green value is 191 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aabf30 hue: 0.19 , saturation: 0.60 and the lightness value of aabf30 is 0.47.

The process color (four color CMYK) of #aabf30 color hex is 0.11, 0.00, 0.75, 0.25. Web safe color of #aabf30 is #99cc33. Color #aabf30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00110000
Octal 252 277 60
Decimal 170 191 48
Hex AA BF 30

RGB Percentages of Color #aabf30

%41.56
%46.70
%11.74

CMYK Percentages of Color #aabf30

%11
%0
%75
%25

Triadic Colors of #aabf30

#aabf30 #30aabf #bf30aa

Analogous Colors of #aabf30

#aabf30 #62bf30 #bf8d30

Monochromatic Colors of #aabf30

#aabf30

Complementary Color

#aabf30 #4530bf

#aabf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf30 Color CSS Codes

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

#aabf30 Text Font Color

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

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


#aabf30 Background Color

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

This div background color is #aabf30


#aabf30 Border Color

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

This div border color is #aabf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf30


Comments

No comments written yet.

Please login to write comment.