Color Hex Logo

#acfe6f Color Hex

#ACFE6F
(172,254,111)
0 Favorites   0 Comments

Color spaces of #acfe6f

RGB 172254111
HSL0.260.990.72
HSV94°56°100°
CMYK 0.320.000.56   0.00
XYZ55.324380.802027.7194
Yxy80.80200.33770.4932
Hunter Lab89.8899-47.446544.6397
CIE-Lab92.0435-48.231059.5251

#acfe6f color RGB value is (172,254,111).

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

The process color (four color CMYK) of #acfe6f color hex is 0.32, 0.00, 0.56, 0.00. Web safe color of #acfe6f is #99ff66. Color #acfe6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 01101111
Octal 254 376 157
Decimal 172 254 111
Hex AC FE 6F

RGB Percentages of Color #acfe6f

%32.03
%47.30
%20.67

CMYK Percentages of Color #acfe6f

%32
%0
%56
%0

Triadic Colors of #acfe6f

#acfe6f #6facfe #fe6fac

Analogous Colors of #acfe6f

#acfe6f #6ffe7a #f4fe6f

Monochromatic Colors of #acfe6f

#acfe6f

Complementary Color

#acfe6f #c16ffe

#acfe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe6f Color CSS Codes

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

#acfe6f Text Font Color

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

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


#acfe6f Background Color

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

This div background color is #acfe6f


#acfe6f Border Color

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

This div border color is #acfe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe6f

Related Colors


Comments

No comments written yet.

Please login to write comment.