Color Hex Logo

#acf92f Color Hex

#ACF92F
(172,249,47)
0 Favorites   0 Comments

Color spaces of #acf92f

RGB 17224947
HSL0.230.940.58
HSV83°81°98°
CMYK 0.310.000.81   0.02
XYZ51.402076.727314.7900
Yxy76.72730.35970.5369
Hunter Lab87.5941-48.542351.3049
CIE-Lab90.1960-50.376080.2871

#acf92f color RGB value is (172,249,47).

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

The process color (four color CMYK) of #acf92f color hex is 0.31, 0.00, 0.81, 0.02. Web safe color of #acf92f is #99ff33. Color #acf92f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00101111
Octal 254 371 57
Decimal 172 249 47
Hex AC F9 2F

RGB Percentages of Color #acf92f

%36.75
%53.21
%10.04

CMYK Percentages of Color #acf92f

%31
%0
%81
%2

Triadic Colors of #acf92f

#acf92f #2facf9 #f92fac

Analogous Colors of #acf92f

#acf92f #47f92f #f9e12f

Monochromatic Colors of #acf92f

#acf92f

Complementary Color

#acf92f #7c2ff9

#acf92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf92f Color CSS Codes

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

#acf92f Text Font Color

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

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


#acf92f Background Color

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

This div background color is #acf92f


#acf92f Border Color

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

This div border color is #acf92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf92f


Comments

No comments written yet.

Please login to write comment.