Color Hex Logo

#acd31e Color Hex

#ACD31E
(172,211,30)
0 Favorites   0 Comments

Color spaces of #acd31e

RGB 17221130
HSL0.200.750.47
HSV73°86°83°
CMYK 0.180.000.86   0.17
XYZ40.541955.45299.7950
Yxy55.45290.38320.5242
Hunter Lab74.4667-33.136044.3280
CIE-Lab79.3014-34.403274.6983

#acd31e color RGB value is (172,211,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00011110
Octal 254 323 36
Decimal 172 211 30
Hex AC D3 1E

RGB Percentages of Color #acd31e

%41.65
%51.09
%7.26

CMYK Percentages of Color #acd31e

%18
%0
%86
%17

Triadic Colors of #acd31e

#acd31e #1eacd3 #d31eac

Analogous Colors of #acd31e

#acd31e #52d31e #d3a01e

Monochromatic Colors of #acd31e

#acd31e

Complementary Color

#acd31e #451ed3

#acd31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd31e Color CSS Codes

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

#acd31e Text Font Color

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

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


#acd31e Background Color

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

This div background color is #acd31e


#acd31e Border Color

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

This div border color is #acd31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd31e


Comments

No comments written yet.

Please login to write comment.