Color Hex Logo

#acf03e Color Hex

#ACF03E
(172,240,62)
0 Favorites   0 Comments

Color spaces of #acf03e

RGB 17224062
HSL0.230.860.59
HSV83°74°94°
CMYK 0.280.000.74   0.06
XYZ49.042871.438615.7616
Yxy71.43860.36000.5243
Hunter Lab84.5214-44.339348.1085
CIE-Lab87.6977-45.937773.7760

#acf03e color RGB value is (172,240,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00111110
Octal 254 360 76
Decimal 172 240 62
Hex AC F0 3E

RGB Percentages of Color #acf03e

%36.29
%50.63
%13.08

CMYK Percentages of Color #acf03e

%28
%0
%74
%6

Triadic Colors of #acf03e

#acf03e #3eacf0 #f03eac

Analogous Colors of #acf03e

#acf03e #53f03e #f0db3e

Monochromatic Colors of #acf03e

#acf03e

Complementary Color

#acf03e #823ef0

#acf03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf03e Color CSS Codes

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

#acf03e Text Font Color

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

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


#acf03e Background Color

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

This div background color is #acf03e


#acf03e Border Color

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

This div border color is #acf03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf03e


Comments

No comments written yet.

Please login to write comment.