Color Hex Logo

#aab717 Color Hex

#AAB717
(170,183,23)
0 Favorites   0 Comments

Color spaces of #aab717

RGB 17018323
HSL0.180.780.40
HSV65°87°72°
CMYK 0.070.000.87   0.28
XYZ33.665742.47497.2347
Yxy42.47490.40380.5094
Hunter Lab65.1728-21.846239.0393
CIE-Lab71.1971-22.080669.3339

#aab717 color RGB value is (170,183,23).

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

The process color (four color CMYK) of #aab717 color hex is 0.07, 0.00, 0.87, 0.28. Web safe color of #aab717 is #99cc00. Color #aab717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 00010111
Octal 252 267 27
Decimal 170 183 23
Hex AA B7 17

RGB Percentages of Color #aab717

%45.21
%48.67
%6.12

CMYK Percentages of Color #aab717

%7
%0
%87
%28

Triadic Colors of #aab717

#aab717 #17aab7 #b717aa

Analogous Colors of #aab717

#aab717 #5ab717 #b77417

Monochromatic Colors of #aab717

#aab717

Complementary Color

#aab717 #2417b7

#aab717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab717 Color CSS Codes

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

#aab717 Text Font Color

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

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


#aab717 Background Color

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

This div background color is #aab717


#aab717 Border Color

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

This div border color is #aab717


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,183,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 #aab717">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab717


Comments

No comments written yet.

Please login to write comment.