Color Hex Logo

#aab621 Color Hex

#AAB621
(170,182,33)
0 Favorites   0 Comments

Color spaces of #aab621

RGB 17018233
HSL0.180.690.42
HSV65°82°71°
CMYK 0.070.000.82   0.29
XYZ33.580042.11187.7974
Yxy42.11180.40220.5044
Hunter Lab64.8936-21.196838.3014
CIE-Lab70.9479-21.307066.8564

#aab621 color RGB value is (170,182,33).

#aab621 hex color red value is 170, green value is 182 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aab621 hue: 0.18 , saturation: 0.69 and the lightness value of aab621 is 0.42.

The process color (four color CMYK) of #aab621 color hex is 0.07, 0.00, 0.82, 0.29. Web safe color of #aab621 is #99cc33. Color #aab621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00100001
Octal 252 266 41
Decimal 170 182 33
Hex AA B6 21

RGB Percentages of Color #aab621

%44.16
%47.27
%8.57

CMYK Percentages of Color #aab621

%7
%0
%82
%29

Triadic Colors of #aab621

#aab621 #21aab6 #b621aa

Analogous Colors of #aab621

#aab621 #5fb621 #b67821

Monochromatic Colors of #aab621

#aab621

Complementary Color

#aab621 #2d21b6

#aab621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab621 Color CSS Codes

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

#aab621 Text Font Color

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

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


#aab621 Background Color

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

This div background color is #aab621


#aab621 Border Color

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

This div border color is #aab621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab621


Comments

No comments written yet.

Please login to write comment.