Color Hex Logo

#aabf42 Color Hex

#AABF42
(170,191,66)
0 Favorites   0 Comments

Color spaces of #aabf42

RGB 17019166
HSL0.190.490.50
HSV70°65°75°
CMYK 0.110.000.65   0.25
XYZ36.191746.201012.1644
Yxy46.20100.38270.4886
Hunter Lab67.9713-23.906536.9692
CIE-Lab73.6758-24.129058.2881

#aabf42 color RGB value is (170,191,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 01000010
Octal 252 277 102
Decimal 170 191 66
Hex AA BF 42

RGB Percentages of Color #aabf42

%39.81
%44.73
%15.46

CMYK Percentages of Color #aabf42

%11
%0
%65
%25

Triadic Colors of #aabf42

#aabf42 #42aabf #bf42aa

Analogous Colors of #aabf42

#aabf42 #6cbf42 #bf9642

Monochromatic Colors of #aabf42

#aabf42

Complementary Color

#aabf42 #5742bf

#aabf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf42 Color CSS Codes

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

#aabf42 Text Font Color

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

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


#aabf42 Background Color

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

This div background color is #aabf42


#aabf42 Border Color

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

This div border color is #aabf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf42


Comments

No comments written yet.

Please login to write comment.