Color Hex Logo

#acdf3e Color Hex

#ACDF3E
(172,223,62)
0 Favorites   0 Comments

Color spaces of #acdf3e

RGB 17222362
HSL0.220.720.56
HSV79°72°87°
CMYK 0.230.000.72   0.13
XYZ44.270461.893814.1708
Yxy61.89380.36790.5143
Hunter Lab78.6726-37.232144.3913
CIE-Lab82.8569-38.527169.0888

#acdf3e color RGB value is (172,223,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 00111110
Octal 254 337 76
Decimal 172 223 62
Hex AC DF 3E

RGB Percentages of Color #acdf3e

%37.64
%48.80
%13.57

CMYK Percentages of Color #acdf3e

%23
%0
%72
%13

Triadic Colors of #acdf3e

#acdf3e #3eacdf #df3eac

Analogous Colors of #acdf3e

#acdf3e #5cdf3e #dfc23e

Monochromatic Colors of #acdf3e

#acdf3e

Complementary Color

#acdf3e #713edf

#acdf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf3e Color CSS Codes

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

#acdf3e Text Font Color

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

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


#acdf3e Background Color

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

This div background color is #acdf3e


#acdf3e Border Color

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

This div border color is #acdf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf3e


Comments

No comments written yet.

Please login to write comment.