Color Hex Logo

#aab813 Color Hex

#AAB813
(170,184,19)
0 Favorites   0 Comments

Color spaces of #aab813

RGB 17018419
HSL0.180.810.40
HSV65°90°72°
CMYK 0.080.000.90   0.28
XYZ33.835642.87407.1083
Yxy42.87400.40370.5115
Hunter Lab65.4782-22.347839.3983
CIE-Lab71.4694-22.660070.2779

#aab813 color RGB value is (170,184,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00010011
Octal 252 270 23
Decimal 170 184 19
Hex AA B8 13

RGB Percentages of Color #aab813

%45.58
%49.33
%5.09

CMYK Percentages of Color #aab813

%8
%0
%90
%28

Triadic Colors of #aab813

#aab813 #13aab8 #b813aa

Analogous Colors of #aab813

#aab813 #57b813 #b87413

Monochromatic Colors of #aab813

#aab813

Complementary Color

#aab813 #2113b8

#aab813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab813 Color CSS Codes

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

#aab813 Text Font Color

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

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


#aab813 Background Color

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

This div background color is #aab813


#aab813 Border Color

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

This div border color is #aab813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab813


Comments

No comments written yet.

Please login to write comment.