Color Hex Logo

#aacb3e Color Hex

#AACB3E
(170,203,62)
0 Favorites   0 Comments

Color spaces of #aacb3e

RGB 17020362
HSL0.210.580.52
HSV74°69°80°
CMYK 0.160.000.69   0.20
XYZ38.803051.605712.4732
Yxy51.60570.37720.5016
Hunter Lab71.8371-29.297739.9914
CIE-Lab77.0445-30.134863.2879

#aacb3e color RGB value is (170,203,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00111110
Octal 252 313 76
Decimal 170 203 62
Hex AA CB 3E

RGB Percentages of Color #aacb3e

%39.08
%46.67
%14.25

CMYK Percentages of Color #aacb3e

%16
%0
%69
%20

Triadic Colors of #aacb3e

#aacb3e #3eaacb #cb3eaa

Analogous Colors of #aacb3e

#aacb3e #64cb3e #cba63e

Monochromatic Colors of #aacb3e

#aacb3e

Complementary Color

#aacb3e #5f3ecb

#aacb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb3e Color CSS Codes

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

#aacb3e Text Font Color

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

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


#aacb3e Background Color

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

This div background color is #aacb3e


#aacb3e Border Color

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

This div border color is #aacb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb3e


Comments

No comments written yet.

Please login to write comment.