Color Hex Logo

#acf219 Color Hex

#ACF219
(172,242,25)
0 Favorites   0 Comments

Color spaces of #acf219

RGB 17224225
HSL0.220.890.52
HSV79°90°95°
CMYK 0.290.000.90   0.05
XYZ48.940972.345112.3043
Yxy72.34510.36640.5415
Hunter Lab85.0559-46.139550.9622
CIE-Lab88.1344-48.098382.8490

#acf219 color RGB value is (172,242,25).

#acf219 hex color red value is 172, green value is 242 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #acf219 hue: 0.22 , saturation: 0.89 and the lightness value of acf219 is 0.52.

The process color (four color CMYK) of #acf219 color hex is 0.29, 0.00, 0.90, 0.05. Web safe color of #acf219 is #99ff00. Color #acf219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 00011001
Octal 254 362 31
Decimal 172 242 25
Hex AC F2 19

RGB Percentages of Color #acf219

%39.18
%55.13
%5.69

CMYK Percentages of Color #acf219

%29
%0
%90
%5

Triadic Colors of #acf219

#acf219 #19acf2 #f219ac

Analogous Colors of #acf219

#acf219 #40f219 #f2cc19

Monochromatic Colors of #acf219

#acf219

Complementary Color

#acf219 #5f19f2

#acf219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf219 Color CSS Codes

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

#acf219 Text Font Color

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

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


#acf219 Background Color

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

This div background color is #acf219


#acf219 Border Color

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

This div border color is #acf219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf219


Comments

No comments written yet.

Please login to write comment.