Color Hex Logo

#acd12d Color Hex

#ACD12D
(172,209,45)
0 Favorites   0 Comments

Color spaces of #acd12d

RGB 17220945
HSL0.200.650.50
HSV74°78°82°
CMYK 0.180.000.78   0.18
XYZ40.287454.561010.8906
Yxy54.56100.38100.5160
Hunter Lab73.8654-31.907742.9642
CIE-Lab78.7877-32.978170.5888

#acd12d color RGB value is (172,209,45).

#acd12d hex color red value is 172, green value is 209 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #acd12d hue: 0.20 , saturation: 0.65 and the lightness value of acd12d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 00101101
Octal 254 321 55
Decimal 172 209 45
Hex AC D1 2D

RGB Percentages of Color #acd12d

%40.38
%49.06
%10.56

CMYK Percentages of Color #acd12d

%18
%0
%78
%18

Triadic Colors of #acd12d

#acd12d #2dacd1 #d12dac

Analogous Colors of #acd12d

#acd12d #5ad12d #d1a42d

Monochromatic Colors of #acd12d

#acd12d

Complementary Color

#acd12d #522dd1

#acd12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd12d Color CSS Codes

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

#acd12d Text Font Color

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

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


#acd12d Background Color

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

This div background color is #acd12d


#acd12d Border Color

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

This div border color is #acd12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd12d


Comments

No comments written yet.

Please login to write comment.