Color Hex Logo

#acd643 Color Hex

#ACD643
(172,214,67)
0 Favorites   0 Comments

Color spaces of #acd643

RGB 17221467
HSL0.210.640.55
HSV77°69°84°
CMYK 0.200.000.69   0.16
XYZ42.072957.269014.1467
Yxy57.26900.37070.5046
Hunter Lab75.6763-33.194841.8899
CIE-Lab80.3307-34.160164.7907

#acd643 color RGB value is (172,214,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01000011
Octal 254 326 103
Decimal 172 214 67
Hex AC D6 43

RGB Percentages of Color #acd643

%37.97
%47.24
%14.79

CMYK Percentages of Color #acd643

%20
%0
%69
%16

Triadic Colors of #acd643

#acd643 #43acd6 #d643ac

Analogous Colors of #acd643

#acd643 #63d643 #d6b743

Monochromatic Colors of #acd643

#acd643

Complementary Color

#acd643 #6d43d6

#acd643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd643 Color CSS Codes

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

#acd643 Text Font Color

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

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


#acd643 Background Color

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

This div background color is #acd643


#acd643 Border Color

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

This div border color is #acd643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd643


Comments

No comments written yet.

Please login to write comment.