Color Hex Logo

#aacb3c Color Hex

#AACB3C
(170,203,60)
0 Favorites   0 Comments

Color spaces of #aacb3c

RGB 17020360
HSL0.210.580.52
HSV74°70°80°
CMYK 0.160.000.70   0.20
XYZ38.749151.584212.1894
Yxy51.58420.37800.5031
Hunter Lab71.8221-29.385440.2130
CIE-Lab77.0315-30.250964.0080

#aacb3c color RGB value is (170,203,60).

#aacb3c hex color red value is 170, green value is 203 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aacb3c hue: 0.21 , saturation: 0.58 and the lightness value of aacb3c is 0.52.

The process color (four color CMYK) of #aacb3c color hex is 0.16, 0.00, 0.70, 0.20. Web safe color of #aacb3c is #99cc33. Color #aacb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00111100
Octal 252 313 74
Decimal 170 203 60
Hex AA CB 3C

RGB Percentages of Color #aacb3c

%39.26
%46.88
%13.86

CMYK Percentages of Color #aacb3c

%16
%0
%70
%20

Triadic Colors of #aacb3c

#aacb3c #3caacb #cb3caa

Analogous Colors of #aacb3c

#aacb3c #62cb3c #cba53c

Monochromatic Colors of #aacb3c

#aacb3c

Complementary Color

#aacb3c #5d3ccb

#aacb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb3c Color CSS Codes

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

#aacb3c Text Font Color

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

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


#aacb3c Background Color

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

This div background color is #aacb3c


#aacb3c Border Color

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

This div border color is #aacb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb3c


Comments

No comments written yet.

Please login to write comment.