Color Hex Logo

#aab311 Color Hex

#AAB311
(170,179,17)
0 Favorites   0 Comments

Color spaces of #aab311

RGB 17017917
HSL0.180.830.38
HSV63°91°70°
CMYK 0.050.000.91   0.30
XYZ32.798840.82676.6820
Yxy40.82670.40840.5084
Hunter Lab63.8958-20.190538.5267
CIE-Lab70.0543-20.217969.4813

#aab311 color RGB value is (170,179,17).

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

The process color (four color CMYK) of #aab311 color hex is 0.05, 0.00, 0.91, 0.30. Web safe color of #aab311 is #99cc00. Color #aab311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00010001
Octal 252 263 21
Decimal 170 179 17
Hex AA B3 11

RGB Percentages of Color #aab311

%46.45
%48.91
%4.64

CMYK Percentages of Color #aab311

%5
%0
%91
%30

Triadic Colors of #aab311

#aab311 #11aab3 #b311aa

Analogous Colors of #aab311

#aab311 #59b311 #b36b11

Monochromatic Colors of #aab311

#aab311

Complementary Color

#aab311 #1a11b3

#aab311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab311 Color CSS Codes

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

#aab311 Text Font Color

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

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


#aab311 Background Color

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

This div background color is #aab311


#aab311 Border Color

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

This div border color is #aab311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab311


Comments

No comments written yet.

Please login to write comment.