Color Hex Logo

#aab138 Color Hex

#AAB138
(170,177,56)
0 Favorites   0 Comments

Color spaces of #aab138

RGB 17017756
HSL0.180.520.46
HSV63°68°69°
CMYK 0.040.000.68   0.31
XYZ33.013540.27599.7754
Yxy40.27590.39740.4849
Hunter Lab63.4633-18.205435.2917
CIE-Lab69.6656-17.778758.1446

#aab138 color RGB value is (170,177,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00111000
Octal 252 261 70
Decimal 170 177 56
Hex AA B1 38

RGB Percentages of Color #aab138

%42.18
%43.92
%13.90

CMYK Percentages of Color #aab138

%4
%0
%68
%31

Triadic Colors of #aab138

#aab138 #38aab1 #b138aa

Analogous Colors of #aab138

#aab138 #6eb138 #b17c38

Monochromatic Colors of #aab138

#aab138

Complementary Color

#aab138 #3f38b1

#aab138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab138 Color CSS Codes

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

#aab138 Text Font Color

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

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


#aab138 Background Color

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

This div background color is #aab138


#aab138 Border Color

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

This div border color is #aab138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab138


Comments

No comments written yet.

Please login to write comment.