Color Hex Logo

#aacb2e Color Hex

#AACB2E
(170,203,46)
0 Favorites   0 Comments

Color spaces of #aacb2e

RGB 17020346
HSL0.200.630.49
HSV73°77°80°
CMYK 0.160.000.77   0.20
XYZ38.426651.455210.4913
Yxy51.45520.38280.5126
Hunter Lab71.7323-29.910041.5411
CIE-Lab76.9539-30.947868.5759

#aacb2e color RGB value is (170,203,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00101110
Octal 252 313 56
Decimal 170 203 46
Hex AA CB 2E

RGB Percentages of Color #aacb2e

%40.57
%48.45
%10.98

CMYK Percentages of Color #aacb2e

%16
%0
%77
%20

Triadic Colors of #aacb2e

#aacb2e #2eaacb #cb2eaa

Analogous Colors of #aacb2e

#aacb2e #5bcb2e #cb9e2e

Monochromatic Colors of #aacb2e

#aacb2e

Complementary Color

#aacb2e #4f2ecb

#aacb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb2e Color CSS Codes

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

#aacb2e Text Font Color

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

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


#aacb2e Background Color

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

This div background color is #aacb2e


#aacb2e Border Color

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

This div border color is #aacb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb2e


Comments

No comments written yet.

Please login to write comment.