Color Hex Logo

#aac641 Color Hex

#AAC641
(170,198,65)
0 Favorites   0 Comments

Color spaces of #aac641

RGB 17019865
HSL0.200.540.52
HSV73°67°78°
CMYK 0.140.000.67   0.22
XYZ37.725849.315912.5316
Yxy49.31590.37890.4953
Hunter Lab70.2253-27.002138.5775
CIE-Lab75.6474-27.577760.7279

#aac641 color RGB value is (170,198,65).

#aac641 hex color red value is 170, green value is 198 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aac641 hue: 0.20 , saturation: 0.54 and the lightness value of aac641 is 0.52.

The process color (four color CMYK) of #aac641 color hex is 0.14, 0.00, 0.67, 0.22. Web safe color of #aac641 is #99cc33. Color #aac641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01000001
Octal 252 306 101
Decimal 170 198 65
Hex AA C6 41

RGB Percentages of Color #aac641

%39.26
%45.73
%15.01

CMYK Percentages of Color #aac641

%14
%0
%67
%22

Triadic Colors of #aac641

#aac641 #41aac6 #c641aa

Analogous Colors of #aac641

#aac641 #68c641 #c6a041

Monochromatic Colors of #aac641

#aac641

Complementary Color

#aac641 #5d41c6

#aac641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac641 Color CSS Codes

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

#aac641 Text Font Color

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

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


#aac641 Background Color

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

This div background color is #aac641


#aac641 Border Color

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

This div border color is #aac641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac641


Comments

No comments written yet.

Please login to write comment.