Color Hex Logo

#aac25f Color Hex

#AAC25F
(170,194,95)
0 Favorites   0 Comments

Color spaces of #aac25f

RGB 17019495
HSL0.210.450.57
HSV75°51°76°
CMYK 0.120.000.51   0.24
XYZ37.934947.955818.0835
Yxy47.95580.36480.4612
Hunter Lab69.2501-23.406232.9925
CIE-Lab74.7970-23.234646.6112

#aac25f color RGB value is (170,194,95).

#aac25f hex color red value is 170, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aac25f hue: 0.21 , saturation: 0.45 and the lightness value of aac25f is 0.57.

The process color (four color CMYK) of #aac25f color hex is 0.12, 0.00, 0.51, 0.24. Web safe color of #aac25f is #99cc66. Color #aac25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 01011111
Octal 252 302 137
Decimal 170 194 95
Hex AA C2 5F

RGB Percentages of Color #aac25f

%37.04
%42.27
%20.70

CMYK Percentages of Color #aac25f

%12
%0
%51
%24

Triadic Colors of #aac25f

#aac25f #5faac2 #c25faa

Analogous Colors of #aac25f

#aac25f #79c25f #c2a95f

Monochromatic Colors of #aac25f

#aac25f

Complementary Color

#aac25f #775fc2

#aac25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac25f Color CSS Codes

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

#aac25f Text Font Color

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

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


#aac25f Background Color

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

This div background color is #aac25f


#aac25f Border Color

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

This div border color is #aac25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac25f


Comments

No comments written yet.

Please login to write comment.