Color Hex Logo

#acdc0b Color Hex

#ACDC0B
(172,220,11)
0 Favorites   0 Comments

Color spaces of #acdc0b

RGB 17222011
HSL0.200.900.45
HSV74°95°86°
CMYK 0.220.000.95   0.14
XYZ42.666959.98129.6454
Yxy59.98120.38000.5341
Hunter Lab77.4475-37.195146.8292
CIE-Lab81.8280-38.829179.5130

#acdc0b color RGB value is (172,220,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 00001011
Octal 254 334 13
Decimal 172 220 11
Hex AC DC B

RGB Percentages of Color #acdc0b

%42.68
%54.59
%2.73

CMYK Percentages of Color #acdc0b

%22
%0
%95
%14

Triadic Colors of #acdc0b

#acdc0b #0bacdc #dc0bac

Analogous Colors of #acdc0b

#acdc0b #44dc0b #dca40b

Monochromatic Colors of #acdc0b

#acdc0b

Complementary Color

#acdc0b #3b0bdc

#acdc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc0b Color CSS Codes

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

#acdc0b Text Font Color

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

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


#acdc0b Background Color

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

This div background color is #acdc0b


#acdc0b Border Color

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

This div border color is #acdc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc0b


Comments

No comments written yet.

Please login to write comment.