Color Hex Logo

#acd60e Color Hex

#ACD60E
(172,214,14)
0 Favorites   0 Comments

Color spaces of #acd60e

RGB 17221414
HSL0.200.880.45
HSV73°93°84°
CMYK 0.200.000.93   0.16
XYZ41.139156.89559.2291
Yxy56.89550.38350.5304
Hunter Lab75.4291-34.646945.5460
CIE-Lab80.1208-36.095877.8712

#acd60e color RGB value is (172,214,14).

#acd60e hex color red value is 172, green value is 214 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #acd60e hue: 0.20 , saturation: 0.88 and the lightness value of acd60e is 0.45.

The process color (four color CMYK) of #acd60e color hex is 0.20, 0.00, 0.93, 0.16. Web safe color of #acd60e is #99cc00. Color #acd60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 00001110
Octal 254 326 16
Decimal 172 214 14
Hex AC D6 E

RGB Percentages of Color #acd60e

%43.00
%53.50
%3.50

CMYK Percentages of Color #acd60e

%20
%0
%93
%16

Triadic Colors of #acd60e

#acd60e #0eacd6 #d60eac

Analogous Colors of #acd60e

#acd60e #48d60e #d69c0e

Monochromatic Colors of #acd60e

#acd60e

Complementary Color

#acd60e #380ed6

#acd60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd60e Color CSS Codes

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

#acd60e Text Font Color

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

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


#acd60e Background Color

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

This div background color is #acd60e


#acd60e Border Color

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

This div border color is #acd60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd60e


Comments

No comments written yet.

Please login to write comment.