Color Hex Logo

#aabc15 Color Hex

#AABC15
(170,188,21)
0 Favorites   0 Comments

Color spaces of #aabc15

RGB 17018821
HSL0.180.800.41
HSV66°89°74°
CMYK 0.100.000.89   0.26
XYZ34.696144.56667.4830
Yxy44.56660.40000.5138
Hunter Lab66.7582-24.055540.0849
CIE-Lab72.6056-24.578770.8460

#aabc15 color RGB value is (170,188,21).

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

The process color (four color CMYK) of #aabc15 color hex is 0.10, 0.00, 0.89, 0.26. Web safe color of #aabc15 is #99cc00. Color #aabc15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 00010101
Octal 252 274 25
Decimal 170 188 21
Hex AA BC 15

RGB Percentages of Color #aabc15

%44.85
%49.60
%5.54

CMYK Percentages of Color #aabc15

%10
%0
%89
%26

Triadic Colors of #aabc15

#aabc15 #15aabc #bc15aa

Analogous Colors of #aabc15

#aabc15 #57bc15 #bc7b15

Monochromatic Colors of #aabc15

#aabc15

Complementary Color

#aabc15 #2715bc

#aabc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc15 Color CSS Codes

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

#aabc15 Text Font Color

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

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


#aabc15 Background Color

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

This div background color is #aabc15


#aabc15 Border Color

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

This div border color is #aabc15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc15


Comments

No comments written yet.

Please login to write comment.