Color Hex Logo

#acd536 Color Hex

#ACD536
(172,213,54)
0 Favorites   0 Comments

Color spaces of #acd536

RGB 17221354
HSL0.210.650.52
HSV75°75°84°
CMYK 0.190.000.75   0.16
XYZ41.473456.625512.2340
Yxy56.62550.37590.5132
Hunter Lab75.2499-33.308543.0357
CIE-Lab79.9685-34.417668.9543

#acd536 color RGB value is (172,213,54).

#acd536 hex color red value is 172, green value is 213 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #acd536 hue: 0.21 , saturation: 0.65 and the lightness value of acd536 is 0.52.

The process color (four color CMYK) of #acd536 color hex is 0.19, 0.00, 0.75, 0.16. Web safe color of #acd536 is #99cc33. Color #acd536 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 00110110
Octal 254 325 66
Decimal 172 213 54
Hex AC D5 36

RGB Percentages of Color #acd536

%39.18
%48.52
%12.30

CMYK Percentages of Color #acd536

%19
%0
%75
%16

Triadic Colors of #acd536

#acd536 #36acd5 #d536ac

Analogous Colors of #acd536

#acd536 #5dd536 #d5af36

Monochromatic Colors of #acd536

#acd536

Complementary Color

#acd536 #5f36d5

#acd536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd536 Color CSS Codes

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

#acd536 Text Font Color

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

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


#acd536 Background Color

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

This div background color is #acd536


#acd536 Border Color

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

This div border color is #acd536


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,213,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 #acd536">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd536


Comments

No comments written yet.

Please login to write comment.