Color Hex Logo

#aac941 Color Hex

#AAC941
(170,201,65)
0 Favorites   0 Comments

Color spaces of #aac941

RGB 17020165
HSL0.200.560.52
HSV74°68°79°
CMYK 0.150.000.68   0.21
XYZ38.418350.701012.7624
Yxy50.70100.37710.4976
Hunter Lab71.2046-28.298839.2164
CIE-Lab76.4975-29.007261.6000

#aac941 color RGB value is (170,201,65).

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

The process color (four color CMYK) of #aac941 color hex is 0.15, 0.00, 0.68, 0.21. Web safe color of #aac941 is #99cc33. Color #aac941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 01000001
Octal 252 311 101
Decimal 170 201 65
Hex AA C9 41

RGB Percentages of Color #aac941

%38.99
%46.10
%14.91

CMYK Percentages of Color #aac941

%15
%0
%68
%21

Triadic Colors of #aac941

#aac941 #41aac9 #c941aa

Analogous Colors of #aac941

#aac941 #66c941 #c9a441

Monochromatic Colors of #aac941

#aac941

Complementary Color

#aac941 #6041c9

#aac941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac941 Color CSS Codes

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

#aac941 Text Font Color

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

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


#aac941 Background Color

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

This div background color is #aac941


#aac941 Border Color

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

This div border color is #aac941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,201,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 #aac941">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac941


Comments

No comments written yet.

Please login to write comment.