Color Hex Logo

#aab905 Color Hex

#AAB905
(170,185,5)
0 Favorites   0 Comments

Color spaces of #aab905

RGB 1701855
HSL0.180.950.37
HSV65°97°73°
CMYK 0.080.000.97   0.27
XYZ33.953943.25496.7031
Yxy43.25490.40460.5155
Hunter Lab65.7685-22.941639.9951
CIE-Lab71.7276-23.360872.2834

#aab905 color RGB value is (170,185,5).

#aab905 hex color red value is 170, green value is 185 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aab905 hue: 0.18 , saturation: 0.95 and the lightness value of aab905 is 0.37.

The process color (four color CMYK) of #aab905 color hex is 0.08, 0.00, 0.97, 0.27. Web safe color of #aab905 is #99cc00. Color #aab905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00000101
Octal 252 271 5
Decimal 170 185 5
Hex AA B9 5

RGB Percentages of Color #aab905

%47.22
%51.39
%1.39

CMYK Percentages of Color #aab905

%8
%0
%97
%27

Triadic Colors of #aab905

#aab905 #05aab9 #b905aa

Analogous Colors of #aab905

#aab905 #50b905 #b96e05

Monochromatic Colors of #aab905

#aab905

Complementary Color

#aab905 #1405b9

#aab905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab905 Color CSS Codes

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

#aab905 Text Font Color

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

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


#aab905 Background Color

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

This div background color is #aab905


#aab905 Border Color

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

This div border color is #aab905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab905


Comments

No comments written yet.

Please login to write comment.