Color Hex Logo

#aac14c Color Hex

#AAC14C
(170,193,76)
0 Favorites   0 Comments

Color spaces of #aac14c

RGB 17019376
HSL0.200.490.53
HSV72°61°76°
CMYK 0.120.000.61   0.24
XYZ36.952047.207814.0019
Yxy47.20780.37640.4809
Hunter Lab68.7079-24.239336.0129
CIE-Lab74.3225-24.396454.7786

#aac14c color RGB value is (170,193,76).

#aac14c hex color red value is 170, green value is 193 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aac14c hue: 0.20 , saturation: 0.49 and the lightness value of aac14c is 0.53.

The process color (four color CMYK) of #aac14c color hex is 0.12, 0.00, 0.61, 0.24. Web safe color of #aac14c is #99cc33. Color #aac14c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 01001100
Octal 252 301 114
Decimal 170 193 76
Hex AA C1 4C

RGB Percentages of Color #aac14c

%38.72
%43.96
%17.31

CMYK Percentages of Color #aac14c

%12
%0
%61
%24

Triadic Colors of #aac14c

#aac14c #4caac1 #c14caa

Analogous Colors of #aac14c

#aac14c #70c14c #c19e4c

Monochromatic Colors of #aac14c

#aac14c

Complementary Color

#aac14c #634cc1

#aac14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac14c Color CSS Codes

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

#aac14c Text Font Color

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

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


#aac14c Background Color

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

This div background color is #aac14c


#aac14c Border Color

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

This div border color is #aac14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac14c


Comments

No comments written yet.

Please login to write comment.