Color Hex Logo

#aac276 Color Hex

#AAC276
(170,194,118)
0 Favorites   0 Comments

Color spaces of #aac276

RGB 170194118
HSL0.220.380.61
HSV79°39°76°
CMYK 0.120.000.39   0.24
XYZ39.139448.437624.4261
Yxy48.43760.34940.4325
Hunter Lab69.5971-21.411827.9093
CIE-Lab75.1001-20.685135.5453

#aac276 color RGB value is (170,194,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 01110110
Octal 252 302 166
Decimal 170 194 118
Hex AA C2 76

RGB Percentages of Color #aac276

%35.27
%40.25
%24.48

CMYK Percentages of Color #aac276

%12
%0
%39
%24

Triadic Colors of #aac276

#aac276 #76aac2 #c276aa

Analogous Colors of #aac276

#aac276 #84c276 #c2b476

Monochromatic Colors of #aac276

#aac276

Complementary Color

#aac276 #8e76c2

#aac276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac276 Color CSS Codes

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

#aac276 Text Font Color

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

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


#aac276 Background Color

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

This div background color is #aac276


#aac276 Border Color

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

This div border color is #aac276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac276


Comments

No comments written yet.

Please login to write comment.