Color Hex Logo

#acff47 Color Hex

#ACFF47
(172,255,71)
0 Favorites   0 Comments

Color spaces of #acff47

RGB 17225571
HSL0.241.000.64
HSV87°72°100°
CMYK 0.330.000.72   0.00
XYZ53.910680.745618.7053
Yxy80.74560.35150.5265
Hunter Lab89.8586-50.161550.5590
CIE-Lab92.0184-51.709375.0573

#acff47 color RGB value is (172,255,71).

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

The process color (four color CMYK) of #acff47 color hex is 0.33, 0.00, 0.72, 0.00. Web safe color of #acff47 is #99ff33. Color #acff47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01000111
Octal 254 377 107
Decimal 172 255 71
Hex AC FF 47

RGB Percentages of Color #acff47

%34.54
%51.20
%14.26

CMYK Percentages of Color #acff47

%33
%0
%72
%0

Triadic Colors of #acff47

#acff47 #47acff #ff47ac

Analogous Colors of #acff47

#acff47 #50ff47 #fff647

Monochromatic Colors of #acff47

#acff47

Complementary Color

#acff47 #9a47ff

#acff47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff47 Color CSS Codes

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

#acff47 Text Font Color

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

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


#acff47 Background Color

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

This div background color is #acff47


#acff47 Border Color

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

This div border color is #acff47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff47

Related Colors


Comments

No comments written yet.

Please login to write comment.