Color Hex Logo

#acdd3f Color Hex

#ACDD3F
(172,221,63)
0 Favorites   0 Comments

Color spaces of #acdd3f

RGB 17222163
HSL0.220.700.56
HSV79°71°87°
CMYK 0.220.000.71   0.13
XYZ43.766960.842414.1396
Yxy60.84240.36860.5124
Hunter Lab78.0015-36.345843.8534
CIE-Lab82.2939-37.575568.1926

#acdd3f color RGB value is (172,221,63).

#acdd3f hex color red value is 172, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #acdd3f hue: 0.22 , saturation: 0.70 and the lightness value of acdd3f is 0.56.

The process color (four color CMYK) of #acdd3f color hex is 0.22, 0.00, 0.71, 0.13. Web safe color of #acdd3f is #99cc33. Color #acdd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00111111
Octal 254 335 77
Decimal 172 221 63
Hex AC DD 3F

RGB Percentages of Color #acdd3f

%37.72
%48.46
%13.82

CMYK Percentages of Color #acdd3f

%22
%0
%71
%13

Triadic Colors of #acdd3f

#acdd3f #3facdd #dd3fac

Analogous Colors of #acdd3f

#acdd3f #5ddd3f #ddbf3f

Monochromatic Colors of #acdd3f

#acdd3f

Complementary Color

#acdd3f #703fdd

#acdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd3f Color CSS Codes

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

#acdd3f Text Font Color

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

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


#acdd3f Background Color

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

This div background color is #acdd3f


#acdd3f Border Color

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

This div border color is #acdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd3f


Comments

No comments written yet.

Please login to write comment.