Color Hex Logo

#acd844 Color Hex

#ACD844
(172,216,68)
0 Favorites   0 Comments

Color spaces of #acd844

RGB 17221668
HSL0.220.650.56
HSV78°69°85°
CMYK 0.200.000.69   0.15
XYZ42.612558.299714.4759
Yxy58.29970.36930.5052
Hunter Lab76.3542-34.000942.2073
CIE-Lab80.9051-35.014165.0015

#acd844 color RGB value is (172,216,68).

#acd844 hex color red value is 172, green value is 216 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #acd844 hue: 0.22 , saturation: 0.65 and the lightness value of acd844 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01000100
Octal 254 330 104
Decimal 172 216 68
Hex AC D8 44

RGB Percentages of Color #acd844

%37.72
%47.37
%14.91

CMYK Percentages of Color #acd844

%20
%0
%69
%15

Triadic Colors of #acd844

#acd844 #44acd8 #d844ac

Analogous Colors of #acd844

#acd844 #62d844 #d8ba44

Monochromatic Colors of #acd844

#acd844

Complementary Color

#acd844 #7044d8

#acd844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd844 Color CSS Codes

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

#acd844 Text Font Color

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

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


#acd844 Background Color

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

This div background color is #acd844


#acd844 Border Color

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

This div border color is #acd844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd844


Comments

No comments written yet.

Please login to write comment.