Color Hex Logo

#acdc0f Color Hex

#ACDC0F
(172,220,15)
0 Favorites   0 Comments

Color spaces of #acdc0f

RGB 17222015
HSL0.210.870.46
HSV74°93°86°
CMYK 0.220.000.93   0.14
XYZ42.692759.99159.7813
Yxy59.99150.37960.5334
Hunter Lab77.4542-37.155746.7305
CIE-Lab81.8336-38.776179.1059

#acdc0f color RGB value is (172,220,15).

#acdc0f hex color red value is 172, green value is 220 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acdc0f hue: 0.21 , saturation: 0.87 and the lightness value of acdc0f is 0.46.

The process color (four color CMYK) of #acdc0f color hex is 0.22, 0.00, 0.93, 0.14. Web safe color of #acdc0f is #99cc00. Color #acdc0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 00001111
Octal 254 334 17
Decimal 172 220 15
Hex AC DC F

RGB Percentages of Color #acdc0f

%42.26
%54.05
%3.69

CMYK Percentages of Color #acdc0f

%22
%0
%93
%14

Triadic Colors of #acdc0f

#acdc0f #0facdc #dc0fac

Analogous Colors of #acdc0f

#acdc0f #46dc0f #dca60f

Monochromatic Colors of #acdc0f

#acdc0f

Complementary Color

#acdc0f #3f0fdc

#acdc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc0f Color CSS Codes

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

#acdc0f Text Font Color

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

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


#acdc0f Background Color

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

This div background color is #acdc0f


#acdc0f Border Color

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

This div border color is #acdc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc0f


Comments

No comments written yet.

Please login to write comment.