Color Hex Logo

#aab315 Color Hex

#AAB315
(170,179,21)
0 Favorites   0 Comments

Color spaces of #aab315

RGB 17017921
HSL0.180.790.39
HSV63°88°70°
CMYK 0.050.000.88   0.30
XYZ32.833040.84046.8620
Yxy40.84040.40770.5071
Hunter Lab63.9065-20.129138.3682
CIE-Lab70.0640-20.137568.7958

#aab315 color RGB value is (170,179,21).

#aab315 hex color red value is 170, green value is 179 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aab315 hue: 0.18 , saturation: 0.79 and the lightness value of aab315 is 0.39.

The process color (four color CMYK) of #aab315 color hex is 0.05, 0.00, 0.88, 0.30. Web safe color of #aab315 is #99cc00. Color #aab315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00010101
Octal 252 263 25
Decimal 170 179 21
Hex AA B3 15

RGB Percentages of Color #aab315

%45.95
%48.38
%5.68

CMYK Percentages of Color #aab315

%5
%0
%88
%30

Triadic Colors of #aab315

#aab315 #15aab3 #b315aa

Analogous Colors of #aab315

#aab315 #5bb315 #b36d15

Monochromatic Colors of #aab315

#aab315

Complementary Color

#aab315 #1e15b3

#aab315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab315 Color CSS Codes

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

#aab315 Text Font Color

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

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


#aab315 Background Color

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

This div background color is #aab315


#aab315 Border Color

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

This div border color is #aab315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab315


Comments

No comments written yet.

Please login to write comment.