Color Hex Logo

#aab917 Color Hex

#AAB917
(170,185,23)
0 Favorites   0 Comments

Color spaces of #aab917

RGB 17018523
HSL0.180.780.41
HSV66°88°73°
CMYK 0.080.000.88   0.27
XYZ34.081243.30587.3732
Yxy43.30580.40210.5109
Hunter Lab65.8071-22.718239.4220
CIE-Lab71.7620-23.066269.7943

#aab917 color RGB value is (170,185,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00010111
Octal 252 271 27
Decimal 170 185 23
Hex AA B9 17

RGB Percentages of Color #aab917

%44.97
%48.94
%6.08

CMYK Percentages of Color #aab917

%8
%0
%88
%27

Triadic Colors of #aab917

#aab917 #17aab9 #b917aa

Analogous Colors of #aab917

#aab917 #59b917 #b97717

Monochromatic Colors of #aab917

#aab917

Complementary Color

#aab917 #2617b9

#aab917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab917 Color CSS Codes

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

#aab917 Text Font Color

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

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


#aab917 Background Color

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

This div background color is #aab917


#aab917 Border Color

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

This div border color is #aab917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab917


Comments

No comments written yet.

Please login to write comment.