Color Hex Logo

#acff6e Color Hex

#ACFF6E
(172,255,110)
0 Favorites   0 Comments

Color spaces of #acff6e

RGB 172255110
HSL0.261.000.72
HSV94°57°100°
CMYK 0.330.000.57   0.00
XYZ55.587781.416427.5370
Yxy81.41640.33780.4948
Hunter Lab90.2310-47.937745.0674
CIE-Lab92.3167-48.746960.2747

#acff6e color RGB value is (172,255,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01101110
Octal 254 377 156
Decimal 172 255 110
Hex AC FF 6E

RGB Percentages of Color #acff6e

%32.03
%47.49
%20.48

CMYK Percentages of Color #acff6e

%33
%0
%57
%0

Triadic Colors of #acff6e

#acff6e #6eacff #ff6eac

Analogous Colors of #acff6e

#acff6e #6eff79 #f5ff6e

Monochromatic Colors of #acff6e

#acff6e

Complementary Color

#acff6e #c16eff

#acff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff6e Color CSS Codes

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

#acff6e Text Font Color

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

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


#acff6e Background Color

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

This div background color is #acff6e


#acff6e Border Color

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

This div border color is #acff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff6e

Related Colors


Comments

No comments written yet.

Please login to write comment.