Color Hex Logo

#acde74 Color Hex

#ACDE74
(172,222,116)
0 Favorites   0 Comments

Color spaces of #acde74

RGB 172222116
HSL0.250.620.66
HSV88°48°87°
CMYK 0.230.000.48   0.13
XYZ46.286962.274226.1035
Yxy62.27420.34370.4624
Hunter Lab78.9140-33.400635.6276
CIE-Lab83.0590-33.600746.5472

#acde74 color RGB value is (172,222,116).

#acde74 hex color red value is 172, green value is 222 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #acde74 hue: 0.25 , saturation: 0.62 and the lightness value of acde74 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 01110100
Octal 254 336 164
Decimal 172 222 116
Hex AC DE 74

RGB Percentages of Color #acde74

%33.73
%43.53
%22.75

CMYK Percentages of Color #acde74

%23
%0
%48
%13

Triadic Colors of #acde74

#acde74 #74acde #de74ac

Analogous Colors of #acde74

#acde74 #77de74 #dedb74

Monochromatic Colors of #acde74

#acde74

Complementary Color

#acde74 #a674de

#acde74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acde74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acde74 Color CSS Codes

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

#acde74 Text Font Color

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

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


#acde74 Background Color

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

This div background color is #acde74


#acde74 Border Color

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

This div border color is #acde74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acde74


Comments

No comments written yet.

Please login to write comment.