Color Hex Logo

#aabb15 Color Hex

#AABB15
(170,187,21)
0 Favorites   0 Comments

Color spaces of #aabb15

RGB 17018721
HSL0.180.800.41
HSV66°89°73°
CMYK 0.090.000.89   0.27
XYZ34.483244.14087.4120
Yxy44.14080.40080.5131
Hunter Lab66.4385-23.621739.8925
CIE-Lab72.3225-24.090870.6179

#aabb15 color RGB value is (170,187,21).

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

The process color (four color CMYK) of #aabb15 color hex is 0.09, 0.00, 0.89, 0.27. Web safe color of #aabb15 is #99cc00. Color #aabb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00010101
Octal 252 273 25
Decimal 170 187 21
Hex AA BB 15

RGB Percentages of Color #aabb15

%44.97
%49.47
%5.56

CMYK Percentages of Color #aabb15

%9
%0
%89
%27

Triadic Colors of #aabb15

#aabb15 #15aabb #bb15aa

Analogous Colors of #aabb15

#aabb15 #57bb15 #bb7915

Monochromatic Colors of #aabb15

#aabb15

Complementary Color

#aabb15 #2615bb

#aabb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb15 Color CSS Codes

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

#aabb15 Text Font Color

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

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


#aabb15 Background Color

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

This div background color is #aabb15


#aabb15 Border Color

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

This div border color is #aabb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb15


Comments

No comments written yet.

Please login to write comment.