color codes Logo

#acd82f color codes

#ACD82F
(172,216,47)
0 Favorites   0 Comments

Color spaces of #acd82f

RGB 17221647
HSL0.210.680.52
HSV76°78°85°
CMYK 0.200.000.78   0.15
XYZ42.082258.087611.6834
Yxy58.08760.37620.5193
Hunter Lab76.2152-34.817944.2618
CIE-Lab80.7875-36.101171.8364

#acd82f color RGB value is (172,216,47).

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

The process color (four color CMYK) of #acd82f color code is 0.20, 0.00, 0.78, 0.15. Web safe color of #acd82f is #99cc33. Color #acd82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 00101111
Octal 254 330 57
Decimal 172 216 47
Hex AC D8 2F

RGB Percentages of Color #acd82f

%39.54
%49.66
%10.80

CMYK Percentages of Color #acd82f

%20
%0
%78
%15

Triadic Colors of #acd82f

#acd82f #2facd8 #d82fac

Analogous Colors of #acd82f

#acd82f #58d82f #d8b02f

Monochromatic Colors of #acd82f

#acd82f

Complementary Color

#acd82f #5b2fd8

#acd82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd82f Color CSS Codes

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

#acd82f Text Font Color

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

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


#acd82f Background Color

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

This div background color is #acd82f


#acd82f Border Color

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

This div border color is #acd82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd82f


Comments

No comments written yet.

Please login to write comment.