Color Hex Logo

#acd14a Color Hex

#ACD14A
(172,209,74)
0 Favorites   0 Comments

Color spaces of #acd14a

RGB 17220974
HSL0.210.590.55
HSV76°65°82°
CMYK 0.180.000.65   0.18
XYZ41.049854.866014.9052
Yxy54.86600.37040.4951
Hunter Lab74.0716-30.702239.9194
CIE-Lab78.9640-31.383660.6555

#acd14a color RGB value is (172,209,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 01001010
Octal 254 321 112
Decimal 172 209 74
Hex AC D1 4A

RGB Percentages of Color #acd14a

%37.80
%45.93
%16.26

CMYK Percentages of Color #acd14a

%18
%0
%65
%18

Triadic Colors of #acd14a

#acd14a #4aacd1 #d14aac

Analogous Colors of #acd14a

#acd14a #69d14a #d1b34a

Monochromatic Colors of #acd14a

#acd14a

Complementary Color

#acd14a #6f4ad1

#acd14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd14a Color CSS Codes

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

#acd14a Text Font Color

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

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


#acd14a Background Color

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

This div background color is #acd14a


#acd14a Border Color

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

This div border color is #acd14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd14a


Comments

No comments written yet.

Please login to write comment.