Color Hex Logo

#acf604 Color Hex

#ACF604
(172,246,4)
0 Favorites   0 Comments

Color spaces of #acf604

RGB 1722464
HSL0.220.970.49
HSV78°98°96°
CMYK 0.300.000.98   0.04
XYZ49.990974.691011.8969
Yxy74.69100.36600.5469
Hunter Lab86.4240-47.990752.3351
CIE-Lab89.2481-50.052685.8482

#acf604 color RGB value is (172,246,4).

#acf604 hex color red value is 172, green value is 246 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #acf604 hue: 0.22 , saturation: 0.97 and the lightness value of acf604 is 0.49.

The process color (four color CMYK) of #acf604 color hex is 0.30, 0.00, 0.98, 0.04. Web safe color of #acf604 is #99ff00. Color #acf604 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 00000100
Octal 254 366 4
Decimal 172 246 4
Hex AC F6 4

RGB Percentages of Color #acf604

%40.76
%58.29
%0.95

CMYK Percentages of Color #acf604

%30
%0
%98
%4

Triadic Colors of #acf604

#acf604 #04acf6 #f604ac

Analogous Colors of #acf604

#acf604 #33f604 #f6c704

Monochromatic Colors of #acf604

#acf604

Complementary Color

#acf604 #4e04f6

#acf604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf604 Color CSS Codes

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

#acf604 Text Font Color

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

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


#acf604 Background Color

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

This div background color is #acf604


#acf604 Border Color

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

This div border color is #acf604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf604


Comments

No comments written yet.

Please login to write comment.