Color Hex Logo

#acd149 Color Hex

#ACD149
(172,209,73)
0 Favorites   0 Comments

Color spaces of #acd149

RGB 17220973
HSL0.210.600.55
HSV76°65°82°
CMYK 0.180.000.65   0.18
XYZ41.016354.852614.7292
Yxy54.85260.37090.4960
Hunter Lab74.0625-30.755040.0525
CIE-Lab78.9563-31.453161.0494

#acd149 color RGB value is (172,209,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01001001
Octal 254 321 111
Decimal 172 209 73
Hex AC D1 49

RGB Percentages of Color #acd149

%37.89
%46.04
%16.08

CMYK Percentages of Color #acd149

%18
%0
%65
%18

Triadic Colors of #acd149

#acd149 #49acd1 #d149ac

Analogous Colors of #acd149

#acd149 #68d149 #d1b249

Monochromatic Colors of #acd149

#acd149

Complementary Color

#acd149 #6e49d1

#acd149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd149 Color CSS Codes

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

#acd149 Text Font Color

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

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


#acd149 Background Color

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

This div background color is #acd149


#acd149 Border Color

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

This div border color is #acd149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd149


Comments

No comments written yet.

Please login to write comment.