Color Hex Logo

#acc60e Color Hex

#ACC60E
(172,198,14)
0 Favorites   0 Comments

Color spaces of #acc60e

RGB 17219814
HSL0.190.870.42
HSV68°93°78°
CMYK 0.130.000.93   0.22
XYZ37.286649.19057.9450
Yxy49.19050.39490.5210
Hunter Lab70.1359-27.841442.3788
CIE-Lab75.5697-28.674174.3041

#acc60e color RGB value is (172,198,14).

#acc60e hex color red value is 172, green value is 198 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #acc60e hue: 0.19 , saturation: 0.87 and the lightness value of acc60e is 0.42.

The process color (four color CMYK) of #acc60e color hex is 0.13, 0.00, 0.93, 0.22. Web safe color of #acc60e is #99cc00. Color #acc60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 00001110
Octal 254 306 16
Decimal 172 198 14
Hex AC C6 E

RGB Percentages of Color #acc60e

%44.79
%51.56
%3.65

CMYK Percentages of Color #acc60e

%13
%0
%93
%22

Triadic Colors of #acc60e

#acc60e #0eacc6 #c60eac

Analogous Colors of #acc60e

#acc60e #50c60e #c6840e

Monochromatic Colors of #acc60e

#acc60e

Complementary Color

#acc60e #280ec6

#acc60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc60e Color CSS Codes

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

#acc60e Text Font Color

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

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


#acc60e Background Color

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

This div background color is #acc60e


#acc60e Border Color

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

This div border color is #acc60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc60e


Comments

No comments written yet.

Please login to write comment.