Color Hex Logo

#acd742 Color Hex

#ACD742
(172,215,66)
0 Favorites   0 Comments

Color spaces of #acd742

RGB 17221566
HSL0.210.650.55
HSV77°69°84°
CMYK 0.200.000.69   0.16
XYZ42.297157.764914.0747
Yxy57.76490.37060.5061
Hunter Lab76.0032-33.667342.2226
CIE-Lab80.6079-34.679565.4409

#acd742 color RGB value is (172,215,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01000010
Octal 254 327 102
Decimal 172 215 66
Hex AC D7 42

RGB Percentages of Color #acd742

%37.97
%47.46
%14.57

CMYK Percentages of Color #acd742

%20
%0
%69
%16

Triadic Colors of #acd742

#acd742 #42acd7 #d742ac

Analogous Colors of #acd742

#acd742 #62d742 #d7b842

Monochromatic Colors of #acd742

#acd742

Complementary Color

#acd742 #6d42d7

#acd742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd742 Color CSS Codes

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

#acd742 Text Font Color

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

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


#acd742 Background Color

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

This div background color is #acd742


#acd742 Border Color

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

This div border color is #acd742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd742


Comments

No comments written yet.

Please login to write comment.