color codes Logo

#acdd2f color codes

#ACDD2F
(172,221,47)
0 Favorites   0 Comments

Color spaces of #acdd2f

RGB 17222147
HSL0.210.720.53
HSV77°79°87°
CMYK 0.220.000.79   0.13
XYZ43.382860.688812.1169
Yxy60.68880.37340.5223
Hunter Lab77.9030-36.926845.3102
CIE-Lab82.2112-38.351473.1299

#acdd2f color RGB value is (172,221,47).

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

The process color (four color CMYK) of #acdd2f color code is 0.22, 0.00, 0.79, 0.13. Web safe color of #acdd2f is #99cc33. Color #acdd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00101111
Octal 254 335 57
Decimal 172 221 47
Hex AC DD 2F

RGB Percentages of Color #acdd2f

%39.09
%50.23
%10.68

CMYK Percentages of Color #acdd2f

%22
%0
%79
%13

Triadic Colors of #acdd2f

#acdd2f #2facdd #dd2fac

Analogous Colors of #acdd2f

#acdd2f #55dd2f #ddb72f

Monochromatic Colors of #acdd2f

#acdd2f

Complementary Color

#acdd2f #602fdd

#acdd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd2f Color CSS Codes

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

#acdd2f Text Font Color

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

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


#acdd2f Background Color

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

This div background color is #acdd2f


#acdd2f Border Color

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

This div border color is #acdd2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,221,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 #acdd2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd2f


Comments

No comments written yet.

Please login to write comment.