Color Hex Logo

#acdf3d Color Hex

#ACDF3D
(172,223,61)
0 Favorites   0 Comments

Color spaces of #acdf3d

RGB 17222361
HSL0.220.720.56
HSV79°73°87°
CMYK 0.230.000.73   0.13
XYZ44.243261.882914.0276
Yxy61.88290.36820.5150
Hunter Lab78.6657-37.272944.4934
CIE-Lab82.8511-38.581569.4214

#acdf3d color RGB value is (172,223,61).

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

The process color (four color CMYK) of #acdf3d color hex is 0.23, 0.00, 0.73, 0.13. Web safe color of #acdf3d is #99cc33. Color #acdf3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 00111101
Octal 254 337 75
Decimal 172 223 61
Hex AC DF 3D

RGB Percentages of Color #acdf3d

%37.72
%48.90
%13.38

CMYK Percentages of Color #acdf3d

%23
%0
%73
%13

Triadic Colors of #acdf3d

#acdf3d #3dacdf #df3dac

Analogous Colors of #acdf3d

#acdf3d #5bdf3d #dfc13d

Monochromatic Colors of #acdf3d

#acdf3d

Complementary Color

#acdf3d #703ddf

#acdf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf3d Color CSS Codes

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

#acdf3d Text Font Color

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

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


#acdf3d Background Color

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

This div background color is #acdf3d


#acdf3d Border Color

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

This div border color is #acdf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf3d


Comments

No comments written yet.

Please login to write comment.