Color Hex Logo

#acff7c Color Hex

#ACFF7C
(172,255,124)
0 Favorites   0 Comments

Color spaces of #acff7c

RGB 172255124
HSL0.271.000.74
HSV98°51°100°
CMYK 0.330.000.51   0.00
XYZ56.411381.745931.8741
Yxy81.74590.33180.4808
Hunter Lab90.4134-46.852742.3875
CIE-Lab92.4626-47.321054.2072

#acff7c color RGB value is (172,255,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01111100
Octal 254 377 174
Decimal 172 255 124
Hex AC FF 7C

RGB Percentages of Color #acff7c

%31.22
%46.28
%22.50

CMYK Percentages of Color #acff7c

%33
%0
%51
%0

Triadic Colors of #acff7c

#acff7c #7cacff #ff7cac

Analogous Colors of #acff7c

#acff7c #7cff8e #eeff7c

Monochromatic Colors of #acff7c

#acff7c

Complementary Color

#acff7c #cf7cff

#acff7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff7c Color CSS Codes

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

#acff7c Text Font Color

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

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


#acff7c Background Color

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

This div background color is #acff7c


#acff7c Border Color

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

This div border color is #acff7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff7c


Comments

No comments written yet.

Please login to write comment.