Color Hex Logo

#acef3f Color Hex

#ACEF3F
(172,239,63)
0 Favorites   0 Comments

Color spaces of #acef3f

RGB 17223963
HSL0.230.850.59
HSV83°74°94°
CMYK 0.280.000.74   0.06
XYZ48.777070.862515.8097
Yxy70.86250.36010.5232
Hunter Lab84.1799-43.885147.7907
CIE-Lab87.4182-45.458773.1874

#acef3f color RGB value is (172,239,63).

#acef3f hex color red value is 172, green value is 239 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #acef3f hue: 0.23 , saturation: 0.85 and the lightness value of acef3f is 0.59.

The process color (four color CMYK) of #acef3f color hex is 0.28, 0.00, 0.74, 0.06. Web safe color of #acef3f is #99ff33. Color #acef3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 00111111
Octal 254 357 77
Decimal 172 239 63
Hex AC EF 3F

RGB Percentages of Color #acef3f

%36.29
%50.42
%13.29

CMYK Percentages of Color #acef3f

%28
%0
%74
%6

Triadic Colors of #acef3f

#acef3f #3facef #ef3fac

Analogous Colors of #acef3f

#acef3f #54ef3f #efda3f

Monochromatic Colors of #acef3f

#acef3f

Complementary Color

#acef3f #823fef

#acef3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef3f Color CSS Codes

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

#acef3f Text Font Color

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

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


#acef3f Background Color

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

This div background color is #acef3f


#acef3f Border Color

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

This div border color is #acef3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef3f


Comments

No comments written yet.

Please login to write comment.