Color Hex Logo

#acf516 Color Hex

#ACF516
(172,245,22)
0 Favorites   0 Comments

Color spaces of #acf516

RGB 17224522
HSL0.220.920.52
HSV80°91°96°
CMYK 0.300.000.91   0.04
XYZ49.810574.133412.4429
Yxy74.13340.36520.5436
Hunter Lab86.1008-47.411651.7022
CIE-Lab88.9855-49.406983.9546

#acf516 color RGB value is (172,245,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 00010110
Octal 254 365 26
Decimal 172 245 22
Hex AC F5 16

RGB Percentages of Color #acf516

%39.18
%55.81
%5.01

CMYK Percentages of Color #acf516

%30
%0
%91
%4

Triadic Colors of #acf516

#acf516 #16acf5 #f516ac

Analogous Colors of #acf516

#acf516 #3df516 #f5cf16

Monochromatic Colors of #acf516

#acf516

Complementary Color

#acf516 #5f16f5

#acf516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf516 Color CSS Codes

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

#acf516 Text Font Color

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

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


#acf516 Background Color

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

This div background color is #acf516


#acf516 Border Color

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

This div border color is #acf516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf516


Comments

No comments written yet.

Please login to write comment.