Color Hex Logo

#aab10f Color Hex

#AAB10F
(170,177,15)
0 Favorites   0 Comments

Color spaces of #aab10f

RGB 17017715
HSL0.170.840.38
HSV63°92°69°
CMYK 0.040.000.92   0.31
XYZ32.385940.02486.4706
Yxy40.02480.41060.5074
Hunter Lab63.2652-19.338638.2216
CIE-Lab69.4872-19.251269.3444

#aab10f color RGB value is (170,177,15).

#aab10f hex color red value is 170, green value is 177 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aab10f hue: 0.17 , saturation: 0.84 and the lightness value of aab10f is 0.38.

The process color (four color CMYK) of #aab10f color hex is 0.04, 0.00, 0.92, 0.31. Web safe color of #aab10f is #999900. Color #aab10f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00001111
Octal 252 261 17
Decimal 170 177 15
Hex AA B1 F

RGB Percentages of Color #aab10f

%46.96
%48.90
%4.14

CMYK Percentages of Color #aab10f

%4
%0
%92
%31

Triadic Colors of #aab10f

#aab10f #0faab1 #b10faa

Analogous Colors of #aab10f

#aab10f #59b10f #b1670f

Monochromatic Colors of #aab10f

#aab10f

Complementary Color

#aab10f #160fb1

#aab10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab10f Color CSS Codes

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

#aab10f Text Font Color

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

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


#aab10f Background Color

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

This div background color is #aab10f


#aab10f Border Color

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

This div border color is #aab10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab10f


Comments

No comments written yet.

Please login to write comment.