Color Hex Logo

#acdd45 Color Hex

#ACDD45
(172,221,69)
0 Favorites   0 Comments

Color spaces of #acdd45

RGB 17222169
HSL0.220.690.57
HSV79°69°87°
CMYK 0.220.000.69   0.13
XYZ43.943960.913215.0716
Yxy60.91320.36640.5079
Hunter Lab78.0469-36.078643.1834
CIE-Lab82.3321-37.220066.0803

#acdd45 color RGB value is (172,221,69).

#acdd45 hex color red value is 172, green value is 221 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #acdd45 hue: 0.22 , saturation: 0.69 and the lightness value of acdd45 is 0.57.

The process color (four color CMYK) of #acdd45 color hex is 0.22, 0.00, 0.69, 0.13. Web safe color of #acdd45 is #99cc33. Color #acdd45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 01000101
Octal 254 335 105
Decimal 172 221 69
Hex AC DD 45

RGB Percentages of Color #acdd45

%37.23
%47.84
%14.94

CMYK Percentages of Color #acdd45

%22
%0
%69
%13

Triadic Colors of #acdd45

#acdd45 #45acdd #dd45ac

Analogous Colors of #acdd45

#acdd45 #60dd45 #ddc245

Monochromatic Colors of #acdd45

#acdd45

Complementary Color

#acdd45 #7645dd

#acdd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd45 Color CSS Codes

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

#acdd45 Text Font Color

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

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


#acdd45 Background Color

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

This div background color is #acdd45


#acdd45 Border Color

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

This div border color is #acdd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd45


Comments

No comments written yet.

Please login to write comment.