Color Hex Logo

#acff60 Color Hex

#ACFF60
(172,255,96)
0 Favorites   0 Comments

Color spaces of #acff60

RGB 17225596
HSL0.251.000.69
HSV91°62°100°
CMYK 0.330.000.62   0.00
XYZ54.884681.135223.8343
Yxy81.13520.34330.5076
Hunter Lab90.0751-48.867747.3641
CIE-Lab92.1918-49.979266.0033

#acff60 color RGB value is (172,255,96).

#acff60 hex color red value is 172, green value is 255 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #acff60 hue: 0.25 , saturation: 1.00 and the lightness value of acff60 is 0.69.

The process color (four color CMYK) of #acff60 color hex is 0.33, 0.00, 0.62, 0.00. Web safe color of #acff60 is #99ff66. Color #acff60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01100000
Octal 254 377 140
Decimal 172 255 96
Hex AC FF 60

RGB Percentages of Color #acff60

%32.89
%48.76
%18.36

CMYK Percentages of Color #acff60

%33
%0
%62
%0

Triadic Colors of #acff60

#acff60 #60acff #ff60ac

Analogous Colors of #acff60

#acff60 #60ff63 #fcff60

Monochromatic Colors of #acff60

#acff60

Complementary Color

#acff60 #b360ff

#acff60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff60 Color CSS Codes

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

#acff60 Text Font Color

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

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


#acff60 Background Color

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

This div background color is #acff60


#acff60 Border Color

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

This div border color is #acff60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff60

Related Colors


Comments

No comments written yet.

Please login to write comment.