Color Hex Logo

#acfc3f Color Hex

#ACFC3F
(172,252,63)
0 Favorites   0 Comments

Color spaces of #acfc3f

RGB 17225263
HSL0.240.970.62
HSV85°75°99°
CMYK 0.320.000.75   0.01
XYZ52.720978.750317.1243
Yxy78.75030.35480.5300
Hunter Lab88.7414-49.251250.6778
CIE-Lab91.1212-50.909476.7355

#acfc3f color RGB value is (172,252,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00111111
Octal 254 374 77
Decimal 172 252 63
Hex AC FC 3F

RGB Percentages of Color #acfc3f

%35.32
%51.75
%12.94

CMYK Percentages of Color #acfc3f

%32
%0
%75
%1

Triadic Colors of #acfc3f

#acfc3f #3facfc #fc3fac

Analogous Colors of #acfc3f

#acfc3f #4efc3f #fcee3f

Monochromatic Colors of #acfc3f

#acfc3f

Complementary Color

#acfc3f #8f3ffc

#acfc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc3f Color CSS Codes

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

#acfc3f Text Font Color

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

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


#acfc3f Background Color

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

This div background color is #acfc3f


#acfc3f Border Color

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

This div border color is #acfc3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,252,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 #acfc3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc3f


Comments

No comments written yet.

Please login to write comment.