Color Hex Logo

#ace60c Color Hex

#ACE60C
(172,230,12)
0 Favorites   0 Comments

Color spaces of #ace60c

RGB 17223012
HSL0.210.900.47
HSV76°95°90°
CMYK 0.250.000.95   0.10
XYZ45.376465.390810.5779
Yxy65.39080.37390.5389
Hunter Lab80.8646-41.349448.8495
CIE-Lab84.6847-43.204481.6532

#ace60c color RGB value is (172,230,12).

#ace60c hex color red value is 172, green value is 230 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ace60c hue: 0.21 , saturation: 0.90 and the lightness value of ace60c is 0.47.

The process color (four color CMYK) of #ace60c color hex is 0.25, 0.00, 0.95, 0.10. Web safe color of #ace60c is #99ff00. Color #ace60c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 00001100
Octal 254 346 14
Decimal 172 230 12
Hex AC E6 C

RGB Percentages of Color #ace60c

%41.55
%55.56
%2.90

CMYK Percentages of Color #ace60c

%25
%0
%95
%10

Triadic Colors of #ace60c

#ace60c #0cace6 #e60cac

Analogous Colors of #ace60c

#ace60c #3fe60c #e6b30c

Monochromatic Colors of #ace60c

#ace60c

Complementary Color

#ace60c #460ce6

#ace60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace60c Color CSS Codes

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

#ace60c Text Font Color

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

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


#ace60c Background Color

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

This div background color is #ace60c


#ace60c Border Color

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

This div border color is #ace60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace60c


Comments

No comments written yet.

Please login to write comment.