Color Hex Logo

#acfe73 Color Hex

#ACFE73
(172,254,115)
0 Favorites   0 Comments

Color spaces of #acfe73

RGB 172254115
HSL0.260.990.72
HSV95°55°100°
CMYK 0.320.000.55   0.00
XYZ55.549680.892128.9056
Yxy80.89210.33600.4892
Hunter Lab89.9400-47.148243.9030
CIE-Lab92.0837-47.838157.8114

#acfe73 color RGB value is (172,254,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 01110011
Octal 254 376 163
Decimal 172 254 115
Hex AC FE 73

RGB Percentages of Color #acfe73

%31.79
%46.95
%21.26

CMYK Percentages of Color #acfe73

%32
%0
%55
%0

Triadic Colors of #acfe73

#acfe73 #73acfe #fe73ac

Analogous Colors of #acfe73

#acfe73 #73fe80 #f2fe73

Monochromatic Colors of #acfe73

#acfe73

Complementary Color

#acfe73 #c573fe

#acfe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe73 Color CSS Codes

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

#acfe73 Text Font Color

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

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


#acfe73 Background Color

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

This div background color is #acfe73


#acfe73 Border Color

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

This div border color is #acfe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe73


Comments

No comments written yet.

Please login to write comment.