Color Hex Logo

#acf032 Color Hex

#ACF032
(172,240,50)
0 Favorites   0 Comments

Color spaces of #acf032

RGB 17224050
HSL0.230.860.57
HSV81°79°94°
CMYK 0.280.000.79   0.06
XYZ48.749171.321114.2146
Yxy71.32110.36300.5311
Hunter Lab84.4518-44.753149.1368
CIE-Lab87.6408-46.494677.2326

#acf032 color RGB value is (172,240,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00110010
Octal 254 360 62
Decimal 172 240 50
Hex AC F0 32

RGB Percentages of Color #acf032

%37.23
%51.95
%10.82

CMYK Percentages of Color #acf032

%28
%0
%79
%6

Triadic Colors of #acf032

#acf032 #32acf0 #f032ac

Analogous Colors of #acf032

#acf032 #4df032 #f0d532

Monochromatic Colors of #acf032

#acf032

Complementary Color

#acf032 #7632f0

#acf032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf032 Color CSS Codes

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

#acf032 Text Font Color

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

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


#acf032 Background Color

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

This div background color is #acf032


#acf032 Border Color

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

This div border color is #acf032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf032


Comments

No comments written yet.

Please login to write comment.