Color Hex Logo

#acff8d Color Hex

#ACFF8D
(172,255,141)
0 Favorites   0 Comments

Color spaces of #acff8d

RGB 172255141
HSL0.291.000.78
HSV104°45°100°
CMYK 0.330.000.45   0.00
XYZ57.581082.213738.0333
Yxy82.21370.32380.4623
Hunter Lab90.6718-45.319438.6004
CIE-Lab92.6691-45.326746.5080

#acff8d color RGB value is (172,255,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10001101
Octal 254 377 215
Decimal 172 255 141
Hex AC FF 8D

RGB Percentages of Color #acff8d

%30.28
%44.89
%24.82

CMYK Percentages of Color #acff8d

%33
%0
%45
%0

Triadic Colors of #acff8d

#acff8d #8dacff #ff8dac

Analogous Colors of #acff8d

#acff8d #8dffa7 #e5ff8d

Monochromatic Colors of #acff8d

#acff8d

Complementary Color

#acff8d #e08dff

#acff8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff8d Color CSS Codes

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

#acff8d Text Font Color

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

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


#acff8d Background Color

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

This div background color is #acff8d


#acff8d Border Color

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

This div border color is #acff8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff8d

Related Colors


Comments

No comments written yet.

Please login to write comment.