Color Hex Logo

#aab807 Color Hex

#AAB807
(170,184,7)
0 Favorites   0 Comments

Color spaces of #aab807

RGB 1701847
HSL0.180.930.37
HSV65°96°72°
CMYK 0.080.000.96   0.28
XYZ33.756442.84246.6913
Yxy42.84240.40530.5144
Hunter Lab65.4541-22.487639.7567
CIE-Lab71.4479-22.844171.8474

#aab807 color RGB value is (170,184,7).

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

The process color (four color CMYK) of #aab807 color hex is 0.08, 0.00, 0.96, 0.28. Web safe color of #aab807 is #99cc00. Color #aab807 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00000111
Octal 252 270 7
Decimal 170 184 7
Hex AA B8 7

RGB Percentages of Color #aab807

%47.09
%50.97
%1.94

CMYK Percentages of Color #aab807

%8
%0
%96
%28

Triadic Colors of #aab807

#aab807 #07aab8 #b807aa

Analogous Colors of #aab807

#aab807 #51b807 #b86e07

Monochromatic Colors of #aab807

#aab807

Complementary Color

#aab807 #1507b8

#aab807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab807 Color CSS Codes

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

#aab807 Text Font Color

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

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


#aab807 Background Color

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

This div background color is #aab807


#aab807 Border Color

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

This div border color is #aab807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab807


Comments

No comments written yet.

Please login to write comment.