Color Hex Logo

#acde30 Color Hex

#ACDE30
(172,222,48)
0 Favorites   0 Comments

Color spaces of #acde30

RGB 17222248
HSL0.210.730.53
HSV77°78°87°
CMYK 0.230.000.78   0.13
XYZ43.668061.226612.3127
Yxy61.22660.37260.5224
Hunter Lab78.2474-37.316545.4436
CIE-Lab82.5004-38.756473.1132

#acde30 color RGB value is (172,222,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 00110000
Octal 254 336 60
Decimal 172 222 48
Hex AC DE 30

RGB Percentages of Color #acde30

%38.91
%50.23
%10.86

CMYK Percentages of Color #acde30

%23
%0
%78
%13

Triadic Colors of #acde30

#acde30 #30acde #de30ac

Analogous Colors of #acde30

#acde30 #55de30 #deb930

Monochromatic Colors of #acde30

#acde30

Complementary Color

#acde30 #6230de

#acde30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde30 Color CSS Codes

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

#acde30 Text Font Color

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

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


#acde30 Background Color

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

This div background color is #acde30


#acde30 Border Color

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

This div border color is #acde30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde30


Comments

No comments written yet.

Please login to write comment.