Color Hex Logo

#aab333 Color Hex

#AAB333
(170,179,51)
0 Favorites   0 Comments

Color spaces of #aab333

RGB 17017951
HSL0.180.560.45
HSV64°72°70°
CMYK 0.050.000.72   0.30
XYZ33.295241.02539.2958
Yxy41.02530.39820.4906
Hunter Lab64.0510-19.300836.2309
CIE-Lab70.1936-19.057960.5443

#aab333 color RGB value is (170,179,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00110011
Octal 252 263 63
Decimal 170 179 51
Hex AA B3 33

RGB Percentages of Color #aab333

%42.50
%44.75
%12.75

CMYK Percentages of Color #aab333

%5
%0
%72
%30

Triadic Colors of #aab333

#aab333 #33aab3 #b333aa

Analogous Colors of #aab333

#aab333 #6ab333 #b37c33

Monochromatic Colors of #aab333

#aab333

Complementary Color

#aab333 #3c33b3

#aab333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab333 Color CSS Codes

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

#aab333 Text Font Color

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

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


#aab333 Background Color

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

This div background color is #aab333


#aab333 Border Color

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

This div border color is #aab333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab333


Comments

No comments written yet.

Please login to write comment.