Color Hex Logo

#aab328 Color Hex

#AAB328
(170,179,40)
0 Favorites   0 Comments

Color spaces of #aab328

RGB 17017940
HSL0.180.630.43
HSV64°78°70°
CMYK 0.050.000.78   0.30
XYZ33.080740.93948.1661
Yxy40.93940.40250.4981
Hunter Lab63.9839-19.684537.2217
CIE-Lab70.1334-19.557064.1631

#aab328 color RGB value is (170,179,40).

#aab328 hex color red value is 170, green value is 179 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aab328 hue: 0.18 , saturation: 0.63 and the lightness value of aab328 is 0.43.

The process color (four color CMYK) of #aab328 color hex is 0.05, 0.00, 0.78, 0.30. Web safe color of #aab328 is #99cc33. Color #aab328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00101000
Octal 252 263 50
Decimal 170 179 40
Hex AA B3 28

RGB Percentages of Color #aab328

%43.70
%46.02
%10.28

CMYK Percentages of Color #aab328

%5
%0
%78
%30

Triadic Colors of #aab328

#aab328 #28aab3 #b328aa

Analogous Colors of #aab328

#aab328 #65b328 #b37728

Monochromatic Colors of #aab328

#aab328

Complementary Color

#aab328 #3128b3

#aab328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab328 Color CSS Codes

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

#aab328 Text Font Color

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

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


#aab328 Background Color

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

This div background color is #aab328


#aab328 Border Color

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

This div border color is #aab328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab328


Comments

No comments written yet.

Please login to write comment.