Color Hex Logo

#aac272 Color Hex

#AAC272
(170,194,114)
0 Favorites   0 Comments

Color spaces of #aac272

RGB 170194114
HSL0.220.400.60
HSV78°41°76°
CMYK 0.120.000.41   0.24
XYZ38.906648.344523.2004
Yxy48.34450.35230.4377
Hunter Lab69.5302-21.795728.8876
CIE-Lab75.0417-21.172437.5123

#aac272 color RGB value is (170,194,114).

#aac272 hex color red value is 170, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aac272 hue: 0.22 , saturation: 0.40 and the lightness value of aac272 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 01110010
Octal 252 302 162
Decimal 170 194 114
Hex AA C2 72

RGB Percentages of Color #aac272

%35.56
%40.59
%23.85

CMYK Percentages of Color #aac272

%12
%0
%41
%24

Triadic Colors of #aac272

#aac272 #72aac2 #c272aa

Analogous Colors of #aac272

#aac272 #82c272 #c2b272

Monochromatic Colors of #aac272

#aac272

Complementary Color

#aac272 #8a72c2

#aac272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac272 Color CSS Codes

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

#aac272 Text Font Color

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

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


#aac272 Background Color

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

This div background color is #aac272


#aac272 Border Color

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

This div border color is #aac272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac272


Comments

No comments written yet.

Please login to write comment.