Color Hex Logo

#acdd18 Color Hex

#ACDD18
(172,221,24)
0 Favorites   0 Comments

Color spaces of #acdd18

RGB 17222124
HSL0.210.800.48
HSV75°89°87°
CMYK 0.220.000.89   0.13
XYZ43.034660.549510.2832
Yxy60.54950.37790.5318
Hunter Lab77.8136-37.454746.6342
CIE-Lab82.1360-39.060078.1207

#acdd18 color RGB value is (172,221,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00011000
Octal 254 335 30
Decimal 172 221 24
Hex AC DD 18

RGB Percentages of Color #acdd18

%41.25
%53.00
%5.76

CMYK Percentages of Color #acdd18

%22
%0
%89
%13

Triadic Colors of #acdd18

#acdd18 #18acdd #dd18ac

Analogous Colors of #acdd18

#acdd18 #4add18 #ddac18

Monochromatic Colors of #acdd18

#acdd18

Complementary Color

#acdd18 #4918dd

#acdd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd18 Color CSS Codes

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

#acdd18 Text Font Color

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

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


#acdd18 Background Color

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

This div background color is #acdd18


#acdd18 Border Color

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

This div border color is #acdd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd18


Comments

No comments written yet.

Please login to write comment.