Color Hex Logo

#aabf21 Color Hex

#AABF21
(170,191,33)
0 Favorites   0 Comments

Color spaces of #aabf21

RGB 17019133
HSL0.190.710.44
HSV68°83°75°
CMYK 0.110.000.83   0.25
XYZ35.482945.91758.4317
Yxy45.91750.39500.5111
Hunter Lab67.7625-25.115240.0562
CIE-Lab73.4920-25.718369.0490

#aabf21 color RGB value is (170,191,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00100001
Octal 252 277 41
Decimal 170 191 33
Hex AA BF 21

RGB Percentages of Color #aabf21

%43.15
%48.48
%8.38

CMYK Percentages of Color #aabf21

%11
%0
%83
%25

Triadic Colors of #aabf21

#aabf21 #21aabf #bf21aa

Analogous Colors of #aabf21

#aabf21 #5bbf21 #bf8521

Monochromatic Colors of #aabf21

#aabf21

Complementary Color

#aabf21 #3621bf

#aabf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf21 Color CSS Codes

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

#aabf21 Text Font Color

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

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


#aabf21 Background Color

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

This div background color is #aabf21


#aabf21 Border Color

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

This div border color is #aabf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf21


Comments

No comments written yet.

Please login to write comment.