Color Hex Logo

#acdd25 Color Hex

#ACDD25
(172,221,37)
0 Favorites   0 Comments

Color spaces of #acdd25

RGB 17222137
HSL0.210.730.51
HSV76°83°87°
CMYK 0.220.000.83   0.13
XYZ43.203660.617111.1735
Yxy60.61710.37570.5271
Hunter Lab77.8570-37.198345.9910
CIE-Lab82.1725-38.715575.6276

#acdd25 color RGB value is (172,221,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 00100101
Octal 254 335 45
Decimal 172 221 37
Hex AC DD 25

RGB Percentages of Color #acdd25

%40.00
%51.40
%8.60

CMYK Percentages of Color #acdd25

%22
%0
%83
%13

Triadic Colors of #acdd25

#acdd25 #25acdd #dd25ac

Analogous Colors of #acdd25

#acdd25 #50dd25 #ddb225

Monochromatic Colors of #acdd25

#acdd25

Complementary Color

#acdd25 #5625dd

#acdd25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdd25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdd25 Color CSS Codes

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

#acdd25 Text Font Color

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

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


#acdd25 Background Color

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

This div background color is #acdd25


#acdd25 Border Color

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

This div border color is #acdd25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdd25


Comments

No comments written yet.

Please login to write comment.