Color Hex Logo

#aab133 Color Hex

#AAB133
(170,177,51)
0 Favorites   0 Comments

Color spaces of #aab133

RGB 17017751
HSL0.180.550.45
HSV63°71°69°
CMYK 0.040.000.71   0.31
XYZ32.897240.22939.1631
Yxy40.22930.39980.4889
Hunter Lab63.4266-18.414635.8331
CIE-Lab69.6325-18.049459.9979

#aab133 color RGB value is (170,177,51).

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

The process color (four color CMYK) of #aab133 color hex is 0.04, 0.00, 0.71, 0.31. Web safe color of #aab133 is #999933. Color #aab133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00110011
Octal 252 261 63
Decimal 170 177 51
Hex AA B1 33

RGB Percentages of Color #aab133

%42.71
%44.47
%12.81

CMYK Percentages of Color #aab133

%4
%0
%71
%31

Triadic Colors of #aab133

#aab133 #33aab1 #b133aa

Analogous Colors of #aab133

#aab133 #6bb133 #b17933

Monochromatic Colors of #aab133

#aab133

Complementary Color

#aab133 #3a33b1

#aab133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab133 Color CSS Codes

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

#aab133 Text Font Color

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

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


#aab133 Background Color

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

This div background color is #aab133


#aab133 Border Color

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

This div border color is #aab133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab133


Comments

No comments written yet.

Please login to write comment.