Color Hex Logo

#acd542 Color Hex

#ACD542
(172,213,66)
0 Favorites   0 Comments

Color spaces of #acd542

RGB 17221366
HSL0.210.640.55
HSV77°69°84°
CMYK 0.190.000.69   0.16
XYZ41.790956.752513.9060
Yxy56.75250.37160.5047
Hunter Lab75.3343-32.813941.7896
CIE-Lab80.0402-33.761464.8677

#acd542 color RGB value is (172,213,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 01000010
Octal 254 325 102
Decimal 172 213 66
Hex AC D5 42

RGB Percentages of Color #acd542

%38.14
%47.23
%14.63

CMYK Percentages of Color #acd542

%19
%0
%69
%16

Triadic Colors of #acd542

#acd542 #42acd5 #d542ac

Analogous Colors of #acd542

#acd542 #63d542 #d5b542

Monochromatic Colors of #acd542

#acd542

Complementary Color

#acd542 #6b42d5

#acd542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd542 Color CSS Codes

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

#acd542 Text Font Color

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

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


#acd542 Background Color

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

This div background color is #acd542


#acd542 Border Color

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

This div border color is #acd542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd542


Comments

No comments written yet.

Please login to write comment.