Color Hex Logo

#acf316 Color Hex

#ACF316
(172,243,22)
0 Favorites   0 Comments

Color spaces of #acf316

RGB 17224322
HSL0.220.900.52
HSV79°91°95°
CMYK 0.290.000.91   0.05
XYZ49.208772.929812.2423
Yxy72.92980.36620.5427
Hunter Lab85.3989-46.592651.2798
CIE-Lab88.4142-48.574683.4941

#acf316 color RGB value is (172,243,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00010110
Octal 254 363 26
Decimal 172 243 22
Hex AC F3 16

RGB Percentages of Color #acf316

%39.36
%55.61
%5.03

CMYK Percentages of Color #acf316

%29
%0
%91
%5

Triadic Colors of #acf316

#acf316 #16acf3 #f316ac

Analogous Colors of #acf316

#acf316 #3ef316 #f3cc16

Monochromatic Colors of #acf316

#acf316

Complementary Color

#acf316 #5d16f3

#acf316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf316 Color CSS Codes

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

#acf316 Text Font Color

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

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


#acf316 Background Color

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

This div background color is #acf316


#acf316 Border Color

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

This div border color is #acf316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf316

Related Colors


Comments

No comments written yet.

Please login to write comment.