Color Hex Logo

#aac28f Color Hex

#AAC28F
(170,194,143)
0 Favorites   0 Comments

Color spaces of #aac28f

RGB 170194143
HSL0.250.290.66
HSV88°26°76°
CMYK 0.120.000.26   0.24
XYZ40.827349.112833.3145
Yxy49.11280.33120.3985
Hunter Lab70.0805-18.650920.8714
CIE-Lab75.5214-17.229023.0273

#aac28f color RGB value is (170,194,143).

#aac28f hex color red value is 170, green value is 194 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aac28f hue: 0.25 , saturation: 0.29 and the lightness value of aac28f is 0.66.

The process color (four color CMYK) of #aac28f color hex is 0.12, 0.00, 0.26, 0.24. Web safe color of #aac28f is #99cc99. Color #aac28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 10001111
Octal 252 302 217
Decimal 170 194 143
Hex AA C2 8F

RGB Percentages of Color #aac28f

%33.53
%38.26
%28.21

CMYK Percentages of Color #aac28f

%12
%0
%26
%24

Triadic Colors of #aac28f

#aac28f #8faac2 #c28faa

Analogous Colors of #aac28f

#aac28f #91c28f #c2c18f

Monochromatic Colors of #aac28f

#aac28f

Complementary Color

#aac28f #a78fc2

#aac28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac28f Color CSS Codes

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

#aac28f Text Font Color

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

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


#aac28f Background Color

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

This div background color is #aac28f


#aac28f Border Color

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

This div border color is #aac28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac28f


Comments

No comments written yet.

Please login to write comment.