Color Hex Logo

#acfc2e Color Hex

#ACFC2E
(172,252,46)
0 Favorites   0 Comments

Color spaces of #acfc2e

RGB 17225246
HSL0.230.970.58
HSV83°82°99°
CMYK 0.320.000.82   0.01
XYZ52.316878.588714.9965
Yxy78.58870.35860.5386
Hunter Lab88.6503-49.796552.0254
CIE-Lab91.0479-51.645781.2797

#acfc2e color RGB value is (172,252,46).

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

The process color (four color CMYK) of #acfc2e color hex is 0.32, 0.00, 0.82, 0.01. Web safe color of #acfc2e is #99ff33. Color #acfc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00101110
Octal 254 374 56
Decimal 172 252 46
Hex AC FC 2E

RGB Percentages of Color #acfc2e

%36.60
%53.62
%9.79

CMYK Percentages of Color #acfc2e

%32
%0
%82
%1

Triadic Colors of #acfc2e

#acfc2e #2eacfc #fc2eac

Analogous Colors of #acfc2e

#acfc2e #45fc2e #fce52e

Monochromatic Colors of #acfc2e

#acfc2e

Complementary Color

#acfc2e #7e2efc

#acfc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc2e Color CSS Codes

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

#acfc2e Text Font Color

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

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


#acfc2e Background Color

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

This div background color is #acfc2e


#acfc2e Border Color

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

This div border color is #acfc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc2e


Comments

No comments written yet.

Please login to write comment.