Color Hex Logo

#acd845 Color Hex

#ACD845
(172,216,69)
0 Favorites   0 Comments

Color spaces of #acd845

RGB 17221669
HSL0.220.650.56
HSV78°68°85°
CMYK 0.200.000.68   0.15
XYZ42.643358.312114.6380
Yxy58.31210.36890.5045
Hunter Lab76.3624-33.953742.0883
CIE-Lab80.9120-34.951664.6337

#acd845 color RGB value is (172,216,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01000101
Octal 254 330 105
Decimal 172 216 69
Hex AC D8 45

RGB Percentages of Color #acd845

%37.64
%47.26
%15.10

CMYK Percentages of Color #acd845

%20
%0
%68
%15

Triadic Colors of #acd845

#acd845 #45acd8 #d845ac

Analogous Colors of #acd845

#acd845 #63d845 #d8bb45

Monochromatic Colors of #acd845

#acd845

Complementary Color

#acd845 #7145d8

#acd845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd845 Color CSS Codes

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

#acd845 Text Font Color

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

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


#acd845 Background Color

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

This div background color is #acd845


#acd845 Border Color

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

This div border color is #acd845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd845


Comments

No comments written yet.

Please login to write comment.