Color Hex Logo

#aac530 Color Hex

#AAC530
(170,197,48)
0 Favorites   0 Comments

Color spaces of #aac530

RGB 17019748
HSL0.200.610.48
HSV71°76°77°
CMYK 0.140.000.76   0.23
XYZ37.077348.692010.2406
Yxy48.69200.38620.5072
Hunter Lab69.7797-27.268740.1446
CIE-Lab75.2593-28.022566.3903

#aac530 color RGB value is (170,197,48).

#aac530 hex color red value is 170, green value is 197 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aac530 hue: 0.20 , saturation: 0.61 and the lightness value of aac530 is 0.48.

The process color (four color CMYK) of #aac530 color hex is 0.14, 0.00, 0.76, 0.23. Web safe color of #aac530 is #99cc33. Color #aac530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 00110000
Octal 252 305 60
Decimal 170 197 48
Hex AA C5 30

RGB Percentages of Color #aac530

%40.96
%47.47
%11.57

CMYK Percentages of Color #aac530

%14
%0
%76
%23

Triadic Colors of #aac530

#aac530 #30aac5 #c530aa

Analogous Colors of #aac530

#aac530 #60c530 #c59630

Monochromatic Colors of #aac530

#aac530

Complementary Color

#aac530 #4b30c5

#aac530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac530 Color CSS Codes

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

#aac530 Text Font Color

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

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


#aac530 Background Color

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

This div background color is #aac530


#aac530 Border Color

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

This div border color is #aac530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac530


Comments

No comments written yet.

Please login to write comment.