Color Hex Logo

#acff9e Color Hex

#ACFF9E
(172,255,158)
0 Favorites   0 Comments

Color spaces of #acff9e

RGB 172255158
HSL0.311.000.81
HSV111°38°100°
CMYK 0.330.000.38   0.00
XYZ58.944882.759345.2152
Yxy82.75930.31530.4428
Hunter Lab90.9721-43.543334.2120
CIE-Lab92.9090-43.046438.5617

#acff9e color RGB value is (172,255,158).

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

The process color (four color CMYK) of #acff9e color hex is 0.33, 0.00, 0.38, 0.00. Web safe color of #acff9e is #99ff99. Color #acff9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10011110
Octal 254 377 236
Decimal 172 255 158
Hex AC FF 9E

RGB Percentages of Color #acff9e

%29.40
%43.59
%27.01

CMYK Percentages of Color #acff9e

%33
%0
%38
%0

Triadic Colors of #acff9e

#acff9e #9eacff #ff9eac

Analogous Colors of #acff9e

#acff9e #9effc1 #ddff9e

Monochromatic Colors of #acff9e

#acff9e

Complementary Color

#acff9e #f19eff

#acff9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff9e Color CSS Codes

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

#acff9e Text Font Color

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

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


#acff9e Background Color

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

This div background color is #acff9e


#acff9e Border Color

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

This div border color is #acff9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff9e


Comments

No comments written yet.

Please login to write comment.