Color Hex Logo

#acf62f Color Hex

#ACF62F
(172,246,47)
0 Favorites   0 Comments

Color spaces of #acf62f

RGB 17224647
HSL0.230.920.57
HSV82°81°96°
CMYK 0.300.000.81   0.04
XYZ50.482174.887414.4834
Yxy74.88740.36100.5355
Hunter Lab86.5375-47.311750.6531
CIE-Lab89.3402-49.132379.5271

#acf62f color RGB value is (172,246,47).

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

The process color (four color CMYK) of #acf62f color hex is 0.30, 0.00, 0.81, 0.04. Web safe color of #acf62f is #99ff33. Color #acf62f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 00101111
Octal 254 366 57
Decimal 172 246 47
Hex AC F6 2F

RGB Percentages of Color #acf62f

%36.99
%52.90
%10.11

CMYK Percentages of Color #acf62f

%30
%0
%81
%4

Triadic Colors of #acf62f

#acf62f #2facf6 #f62fac

Analogous Colors of #acf62f

#acf62f #49f62f #f6dd2f

Monochromatic Colors of #acf62f

#acf62f

Complementary Color

#acf62f #792ff6

#acf62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf62f Color CSS Codes

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

#acf62f Text Font Color

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

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


#acf62f Background Color

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

This div background color is #acf62f


#acf62f Border Color

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

This div border color is #acf62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf62f


Comments

No comments written yet.

Please login to write comment.