Color Hex Logo

#acff7d Color Hex

#ACFF7D
(172,255,125)
0 Favorites   0 Comments

Color spaces of #acff7d

RGB 172255125
HSL0.271.000.75
HSV98°51°100°
CMYK 0.330.000.51   0.00
XYZ56.474981.771332.2089
Yxy81.77130.33130.4797
Hunter Lab90.4275-46.769142.1810
CIE-Lab92.4738-47.211653.7632

#acff7d color RGB value is (172,255,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01111101
Octal 254 377 175
Decimal 172 255 125
Hex AC FF 7D

RGB Percentages of Color #acff7d

%31.16
%46.20
%22.64

CMYK Percentages of Color #acff7d

%33
%0
%51
%0

Triadic Colors of #acff7d

#acff7d #7dacff #ff7dac

Analogous Colors of #acff7d

#acff7d #7dff8f #edff7d

Monochromatic Colors of #acff7d

#acff7d

Complementary Color

#acff7d #d07dff

#acff7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff7d Color CSS Codes

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

#acff7d Text Font Color

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

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


#acff7d Background Color

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

This div background color is #acff7d


#acff7d Border Color

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

This div border color is #acff7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff7d

#acff7d Color Palettes


Comments

No comments written yet.

Please login to write comment.