Color Hex Logo

#acfc4e Color Hex

#ACFC4E
(172,252,78)
0 Favorites   0 Comments

Color spaces of #acfc4e

RGB 17225278
HSL0.240.970.65
HSV88°69°99°
CMYK 0.320.000.69   0.01
XYZ53.198878.941519.6411
Yxy78.94150.35050.5201
Hunter Lab88.8490-48.608049.0876
CIE-Lab91.2078-50.045271.8358

#acfc4e color RGB value is (172,252,78).

#acfc4e hex color red value is 172, green value is 252 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acfc4e hue: 0.24 , saturation: 0.97 and the lightness value of acfc4e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 01001110
Octal 254 374 116
Decimal 172 252 78
Hex AC FC 4E

RGB Percentages of Color #acfc4e

%34.26
%50.20
%15.54

CMYK Percentages of Color #acfc4e

%32
%0
%69
%1

Triadic Colors of #acfc4e

#acfc4e #4eacfc #fc4eac

Analogous Colors of #acfc4e

#acfc4e #55fc4e #fcf54e

Monochromatic Colors of #acfc4e

#acfc4e

Complementary Color

#acfc4e #9e4efc

#acfc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc4e Color CSS Codes

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

#acfc4e Text Font Color

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

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


#acfc4e Background Color

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

This div background color is #acfc4e


#acfc4e Border Color

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

This div border color is #acfc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc4e


Comments

No comments written yet.

Please login to write comment.