Color Hex Logo

#aac550 Color Hex

#AAC550
(170,197,80)
0 Favorites   0 Comments

Color spaces of #aac550

RGB 17019780
HSL0.210.500.54
HSV74°59°77°
CMYK 0.140.000.59   0.23
XYZ37.991849.057715.0561
Yxy49.05770.37210.4805
Hunter Lab70.0412-25.750036.2838
CIE-Lab75.4872-26.025554.3143

#aac550 color RGB value is (170,197,80).

#aac550 hex color red value is 170, green value is 197 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aac550 hue: 0.21 , saturation: 0.50 and the lightness value of aac550 is 0.54.

The process color (four color CMYK) of #aac550 color hex is 0.14, 0.00, 0.59, 0.23. Web safe color of #aac550 is #99cc66. Color #aac550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01010000
Octal 252 305 120
Decimal 170 197 80
Hex AA C5 50

RGB Percentages of Color #aac550

%38.03
%44.07
%17.90

CMYK Percentages of Color #aac550

%14
%0
%59
%23

Triadic Colors of #aac550

#aac550 #50aac5 #c550aa

Analogous Colors of #aac550

#aac550 #70c550 #c5a650

Monochromatic Colors of #aac550

#aac550

Complementary Color

#aac550 #6b50c5

#aac550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac550 Color CSS Codes

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

#aac550 Text Font Color

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

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


#aac550 Background Color

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

This div background color is #aac550


#aac550 Border Color

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

This div border color is #aac550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac550


Comments

No comments written yet.

Please login to write comment.