Color Hex Logo

#acdb0d Color Hex

#ACDB0D
(172,219,13)
0 Favorites   0 Comments

Color spaces of #acdb0d

RGB 17221913
HSL0.200.890.45
HSV74°94°86°
CMYK 0.210.000.94   0.14
XYZ42.417459.46289.6226
Yxy59.46280.38040.5333
Hunter Lab77.1121-36.758046.5799
CIE-Lab81.5453-38.358579.0960

#acdb0d color RGB value is (172,219,13).

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

The process color (four color CMYK) of #acdb0d color hex is 0.21, 0.00, 0.94, 0.14. Web safe color of #acdb0d is #99cc00. Color #acdb0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 00001101
Octal 254 333 15
Decimal 172 219 13
Hex AC DB D

RGB Percentages of Color #acdb0d

%42.57
%54.21
%3.22

CMYK Percentages of Color #acdb0d

%21
%0
%94
%14

Triadic Colors of #acdb0d

#acdb0d #0dacdb #db0dac

Analogous Colors of #acdb0d

#acdb0d #45db0d #dba30d

Monochromatic Colors of #acdb0d

#acdb0d

Complementary Color

#acdb0d #3c0ddb

#acdb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdb0d Color CSS Codes

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

#acdb0d Text Font Color

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

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


#acdb0d Background Color

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

This div background color is #acdb0d


#acdb0d Border Color

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

This div border color is #acdb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdb0d


Comments

No comments written yet.

Please login to write comment.