Color Hex Logo

#aac671 Color Hex

#AAC671
(170,198,113)
0 Favorites   0 Comments

Color spaces of #aac671

RGB 170198113
HSL0.220.430.61
HSV80°43°78°
CMYK 0.140.000.43   0.22
XYZ39.752350.126523.2030
Yxy50.12650.35150.4433
Hunter Lab70.8001-23.677330.1292
CIE-Lab76.1468-23.265339.4133

#aac671 color RGB value is (170,198,113).

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

The process color (four color CMYK) of #aac671 color hex is 0.14, 0.00, 0.43, 0.22. Web safe color of #aac671 is #99cc66. Color #aac671 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01110001
Octal 252 306 161
Decimal 170 198 113
Hex AA C6 71

RGB Percentages of Color #aac671

%35.34
%41.16
%23.49

CMYK Percentages of Color #aac671

%14
%0
%43
%22

Triadic Colors of #aac671

#aac671 #71aac6 #c671aa

Analogous Colors of #aac671

#aac671 #80c671 #c6b871

Monochromatic Colors of #aac671

#aac671

Complementary Color

#aac671 #8d71c6

#aac671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac671 Color CSS Codes

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

#aac671 Text Font Color

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

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


#aac671 Background Color

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

This div background color is #aac671


#aac671 Border Color

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

This div border color is #aac671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac671


Comments

No comments written yet.

Please login to write comment.