Color Hex Logo

#aac323 Color Hex

#AAC323
(170,195,35)
0 Favorites   0 Comments

Color spaces of #aac323

RGB 17019535
HSL0.190.700.45
HSV69°82°76°
CMYK 0.130.000.82   0.24
XYZ36.396047.69768.8784
Yxy47.69760.39150.5130
Hunter Lab69.0634-26.792740.7224
CIE-Lab74.6338-27.577869.5381

#aac323 color RGB value is (170,195,35).

#aac323 hex color red value is 170, green value is 195 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aac323 hue: 0.19 , saturation: 0.70 and the lightness value of aac323 is 0.45.

The process color (four color CMYK) of #aac323 color hex is 0.13, 0.00, 0.82, 0.24. Web safe color of #aac323 is #99cc33. Color #aac323 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 00100011
Octal 252 303 43
Decimal 170 195 35
Hex AA C3 23

RGB Percentages of Color #aac323

%42.50
%48.75
%8.75

CMYK Percentages of Color #aac323

%13
%0
%82
%24

Triadic Colors of #aac323

#aac323 #23aac3 #c323aa

Analogous Colors of #aac323

#aac323 #5ac323 #c38c23

Monochromatic Colors of #aac323

#aac323

Complementary Color

#aac323 #3c23c3

#aac323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac323 Color CSS Codes

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

#aac323 Text Font Color

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

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


#aac323 Background Color

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

This div background color is #aac323


#aac323 Border Color

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

This div border color is #aac323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac323


Comments

No comments written yet.

Please login to write comment.