Color Hex Logo

#acfc32 Color Hex

#ACFC32
(172,252,50)
0 Favorites   0 Comments

Color spaces of #acfc32

RGB 17225250
HSL0.230.970.59
HSV84°80°99°
CMYK 0.320.000.80   0.01
XYZ52.399478.621815.4314
Yxy78.62180.35780.5368
Hunter Lab88.6689-49.685151.7498
CIE-Lab91.0629-51.494980.3166

#acfc32 color RGB value is (172,252,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00110010
Octal 254 374 62
Decimal 172 252 50
Hex AC FC 32

RGB Percentages of Color #acfc32

%36.29
%53.16
%10.55

CMYK Percentages of Color #acfc32

%32
%0
%80
%1

Triadic Colors of #acfc32

#acfc32 #32acfc #fc32ac

Analogous Colors of #acfc32

#acfc32 #47fc32 #fce732

Monochromatic Colors of #acfc32

#acfc32

Complementary Color

#acfc32 #8232fc

#acfc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc32 Color CSS Codes

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

#acfc32 Text Font Color

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

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


#acfc32 Background Color

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

This div background color is #acfc32


#acfc32 Border Color

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

This div border color is #acfc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc32


Comments

No comments written yet.

Please login to write comment.