Color Hex Logo

#acd30d Color Hex

#ACD30D
(172,211,13)
0 Favorites   0 Comments

Color spaces of #acd30d

RGB 17221113
HSL0.200.880.44
HSV72°94°83°
CMYK 0.180.000.94   0.17
XYZ40.380255.38828.9435
Yxy55.38820.38560.5290
Hunter Lab74.4232-33.391044.9713
CIE-Lab79.2643-34.744477.3103

#acd30d color RGB value is (172,211,13).

#acd30d hex color red value is 172, green value is 211 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acd30d hue: 0.20 , saturation: 0.88 and the lightness value of acd30d is 0.44.

The process color (four color CMYK) of #acd30d color hex is 0.18, 0.00, 0.94, 0.17. Web safe color of #acd30d is #99cc00. Color #acd30d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00001101
Octal 254 323 15
Decimal 172 211 13
Hex AC D3 D

RGB Percentages of Color #acd30d

%43.43
%53.28
%3.28

CMYK Percentages of Color #acd30d

%18
%0
%94
%17

Triadic Colors of #acd30d

#acd30d #0dacd3 #d30dac

Analogous Colors of #acd30d

#acd30d #49d30d #d3970d

Monochromatic Colors of #acd30d

#acd30d

Complementary Color

#acd30d #340dd3

#acd30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd30d Color CSS Codes

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

#acd30d Text Font Color

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

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


#acd30d Background Color

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

This div background color is #acd30d


#acd30d Border Color

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

This div border color is #acd30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd30d


Comments

No comments written yet.

Please login to write comment.