Color Hex Logo

#acd145 Color Hex

#ACD145
(172,209,69)
0 Favorites   0 Comments

Color spaces of #acd145

RGB 17220969
HSL0.210.600.55
HSV76°67°82°
CMYK 0.180.000.67   0.18
XYZ40.887954.801314.0529
Yxy54.80130.37260.4994
Hunter Lab74.0279-30.957840.5644
CIE-Lab78.9267-31.720262.5944

#acd145 color RGB value is (172,209,69).

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

The process color (four color CMYK) of #acd145 color hex is 0.18, 0.00, 0.67, 0.18. Web safe color of #acd145 is #99cc33. Color #acd145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01000101
Octal 254 321 105
Decimal 172 209 69
Hex AC D1 45

RGB Percentages of Color #acd145

%38.22
%46.44
%15.33

CMYK Percentages of Color #acd145

%18
%0
%67
%18

Triadic Colors of #acd145

#acd145 #45acd1 #d145ac

Analogous Colors of #acd145

#acd145 #66d145 #d1b045

Monochromatic Colors of #acd145

#acd145

Complementary Color

#acd145 #6a45d1

#acd145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd145 Color CSS Codes

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

#acd145 Text Font Color

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

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


#acd145 Background Color

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

This div background color is #acd145


#acd145 Border Color

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

This div border color is #acd145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd145


Comments

No comments written yet.

Please login to write comment.