Color Hex Logo

#acde36 Color Hex

#ACDE36
(172,222,54)
0 Favorites   0 Comments

Color spaces of #acde36

RGB 17222254
HSL0.220.720.54
HSV78°76°87°
CMYK 0.230.000.76   0.13
XYZ43.800461.279513.0096
Yxy61.27950.37090.5189
Hunter Lab78.2812-37.116744.9434
CIE-Lab82.5288-38.489271.3708

#acde36 color RGB value is (172,222,54).

#acde36 hex color red value is 172, green value is 222 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #acde36 hue: 0.22 , saturation: 0.72 and the lightness value of acde36 is 0.54.

The process color (four color CMYK) of #acde36 color hex is 0.23, 0.00, 0.76, 0.13. Web safe color of #acde36 is #99cc33. Color #acde36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 00110110
Octal 254 336 66
Decimal 172 222 54
Hex AC DE 36

RGB Percentages of Color #acde36

%38.39
%49.55
%12.05

CMYK Percentages of Color #acde36

%23
%0
%76
%13

Triadic Colors of #acde36

#acde36 #36acde #de36ac

Analogous Colors of #acde36

#acde36 #58de36 #debc36

Monochromatic Colors of #acde36

#acde36

Complementary Color

#acde36 #6836de

#acde36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde36 Color CSS Codes

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

#acde36 Text Font Color

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

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


#acde36 Background Color

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

This div background color is #acde36


#acde36 Border Color

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

This div border color is #acde36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde36


Comments

No comments written yet.

Please login to write comment.