Color Hex Logo

#acd82a Color Hex

#ACD82A
(172,216,42)
0 Favorites   0 Comments

Color spaces of #acd82a

RGB 17221642
HSL0.210.690.51
HSV75°81°85°
CMYK 0.200.000.81   0.15
XYZ41.987058.049611.1822
Yxy58.04960.37750.5219
Hunter Lab76.1903-34.965144.6314
CIE-Lab80.7664-36.297773.1789

#acd82a color RGB value is (172,216,42).

#acd82a hex color red value is 172, green value is 216 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acd82a hue: 0.21 , saturation: 0.69 and the lightness value of acd82a is 0.51.

The process color (four color CMYK) of #acd82a color hex is 0.20, 0.00, 0.81, 0.15. Web safe color of #acd82a is #99cc33. Color #acd82a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 00101010
Octal 254 330 52
Decimal 172 216 42
Hex AC D8 2A

RGB Percentages of Color #acd82a

%40.00
%50.23
%9.77

CMYK Percentages of Color #acd82a

%20
%0
%81
%15

Triadic Colors of #acd82a

#acd82a #2aacd8 #d82aac

Analogous Colors of #acd82a

#acd82a #55d82a #d8ad2a

Monochromatic Colors of #acd82a

#acd82a

Complementary Color

#acd82a #562ad8

#acd82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd82a Color CSS Codes

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

#acd82a Text Font Color

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

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


#acd82a Background Color

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

This div background color is #acd82a


#acd82a Border Color

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

This div border color is #acd82a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,216,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acd82a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acd82a;
  -webkit-box-shadow: 1px 1px 3px 2px #acd82a;
  box-shadow:         1px 1px 3px 2px #acd82a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,216,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd82a


Comments

No comments written yet.

Please login to write comment.