Color Hex Logo

#acd21f Color Hex

#ACD21F
(172,210,31)
0 Favorites   0 Comments

Color spaces of #acd21f

RGB 17221031
HSL0.200.740.47
HSV73°85°82°
CMYK 0.180.000.85   0.18
XYZ40.307254.96289.7808
Yxy54.96280.38370.5232
Hunter Lab74.1369-32.691644.0738
CIE-Lab79.0198-33.917174.2562

#acd21f color RGB value is (172,210,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 00011111
Octal 254 322 37
Decimal 172 210 31
Hex AC D2 1F

RGB Percentages of Color #acd21f

%41.65
%50.85
%7.51

CMYK Percentages of Color #acd21f

%18
%0
%85
%18

Triadic Colors of #acd21f

#acd21f #1facd2 #d21fac

Analogous Colors of #acd21f

#acd21f #53d21f #d29f1f

Monochromatic Colors of #acd21f

#acd21f

Complementary Color

#acd21f #451fd2

#acd21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd21f Color CSS Codes

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

#acd21f Text Font Color

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

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


#acd21f Background Color

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

This div background color is #acd21f


#acd21f Border Color

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

This div border color is #acd21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd21f


Comments

No comments written yet.

Please login to write comment.