Color Hex Logo

#acdd13 Color Hex

#ACDD13
(172,221,19)
0 Favorites   0 Comments

Color spaces of #acdd13

RGB 17222119
HSL0.210.840.47
HSV75°91°87°
CMYK 0.220.000.91   0.13
XYZ42.987360.530610.0340
Yxy60.53060.37860.5331
Hunter Lab77.8014-37.526646.8144
CIE-Lab82.1257-39.156778.8448

#acdd13 color RGB value is (172,221,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00010011
Octal 254 335 23
Decimal 172 221 19
Hex AC DD 13

RGB Percentages of Color #acdd13

%41.75
%53.64
%4.61

CMYK Percentages of Color #acdd13

%22
%0
%91
%13

Triadic Colors of #acdd13

#acdd13 #13acdd #dd13ac

Analogous Colors of #acdd13

#acdd13 #47dd13 #dda913

Monochromatic Colors of #acdd13

#acdd13

Complementary Color

#acdd13 #4413dd

#acdd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd13 Color CSS Codes

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

#acdd13 Text Font Color

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

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


#acdd13 Background Color

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

This div background color is #acdd13


#acdd13 Border Color

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

This div border color is #acdd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd13


Comments

No comments written yet.

Please login to write comment.