Color Hex Logo

#acdd12 Color Hex

#ACDD12
(172,221,18)
0 Favorites   0 Comments

Color spaces of #acdd12

RGB 17222118
HSL0.210.850.47
HSV74°92°87°
CMYK 0.220.000.92   0.13
XYZ42.978960.52729.9900
Yxy60.52720.37870.5333
Hunter Lab77.7992-37.539346.8462
CIE-Lab82.1239-39.173878.9739

#acdd12 color RGB value is (172,221,18).

#acdd12 hex color red value is 172, green value is 221 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #acdd12 hue: 0.21 , saturation: 0.85 and the lightness value of acdd12 is 0.47.

The process color (four color CMYK) of #acdd12 color hex is 0.22, 0.00, 0.92, 0.13. Web safe color of #acdd12 is #99cc00. Color #acdd12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00010010
Octal 254 335 22
Decimal 172 221 18
Hex AC DD 12

RGB Percentages of Color #acdd12

%41.85
%53.77
%4.38

CMYK Percentages of Color #acdd12

%22
%0
%92
%13

Triadic Colors of #acdd12

#acdd12 #12acdd #dd12ac

Analogous Colors of #acdd12

#acdd12 #46dd12 #dda912

Monochromatic Colors of #acdd12

#acdd12

Complementary Color

#acdd12 #4312dd

#acdd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd12 Color CSS Codes

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

#acdd12 Text Font Color

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

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


#acdd12 Background Color

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

This div background color is #acdd12


#acdd12 Border Color

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

This div border color is #acdd12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd12


Comments

No comments written yet.

Please login to write comment.