color codes Logo

#acdb0c color codes

#ACDB0C
(172,219,12)
0 Favorites   0 Comments

Color spaces of #acdb0c

RGB 17221912
HSL0.200.900.45
HSV74°95°86°
CMYK 0.210.000.95   0.14
XYZ42.411159.46029.5895
Yxy59.46020.38050.5335
Hunter Lab77.1104-36.767446.6040
CIE-Lab81.5439-38.371379.1958

#acdb0c color RGB value is (172,219,12).

#acdb0c hex color red value is 172, green value is 219 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #acdb0c hue: 0.20 , saturation: 0.90 and the lightness value of acdb0c is 0.45.

The process color (four color CMYK) of #acdb0c color code is 0.21, 0.00, 0.95, 0.14. Web safe color of #acdb0c is #99cc00. Color #acdb0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 00001100
Octal 254 333 14
Decimal 172 219 12
Hex AC DB C

RGB Percentages of Color #acdb0c

%42.68
%54.34
%2.98

CMYK Percentages of Color #acdb0c

%21
%0
%95
%14

Triadic Colors of #acdb0c

#acdb0c #0cacdb #db0cac

Analogous Colors of #acdb0c

#acdb0c #44db0c #dba30c

Monochromatic Colors of #acdb0c

#acdb0c

Complementary Color

#acdb0c #3b0cdb

#acdb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb0c Color CSS Codes

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

#acdb0c Text Font Color

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

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


#acdb0c Background Color

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

This div background color is #acdb0c


#acdb0c Border Color

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

This div border color is #acdb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb0c


Comments

No comments written yet.

Please login to write comment.