Color Hex Logo

#acde50 Color Hex

#ACDE50
(172,222,80)
0 Favorites   0 Comments

Color spaces of #acde50

RGB 17222280
HSL0.230.680.59
HSV81°64°87°
CMYK 0.230.000.64   0.13
XYZ44.582561.592417.1282
Yxy61.59240.36160.4995
Hunter Lab78.4808-35.941241.9967
CIE-Lab82.6962-36.925662.2014

#acde50 color RGB value is (172,222,80).

#acde50 hex color red value is 172, green value is 222 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #acde50 hue: 0.23 , saturation: 0.68 and the lightness value of acde50 is 0.59.

The process color (four color CMYK) of #acde50 color hex is 0.23, 0.00, 0.64, 0.13. Web safe color of #acde50 is #99cc66. Color #acde50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 01010000
Octal 254 336 120
Decimal 172 222 80
Hex AC DE 50

RGB Percentages of Color #acde50

%36.29
%46.84
%16.88

CMYK Percentages of Color #acde50

%23
%0
%64
%13

Triadic Colors of #acde50

#acde50 #50acde #de50ac

Analogous Colors of #acde50

#acde50 #65de50 #dec950

Monochromatic Colors of #acde50

#acde50

Complementary Color

#acde50 #8250de

#acde50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde50 Color CSS Codes

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

#acde50 Text Font Color

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

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


#acde50 Background Color

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

This div background color is #acde50


#acde50 Border Color

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

This div border color is #acde50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde50


Comments

No comments written yet.

Please login to write comment.