Color Hex Logo

#acc21f Color Hex

#ACC21F
(172,194,31)
0 Favorites   0 Comments

Color spaces of #acc21f

RGB 17219431
HSL0.190.720.44
HSV68°84°76°
CMYK 0.110.000.84   0.24
XYZ36.552447.45328.5292
Yxy47.45320.39500.5128
Hunter Lab68.8863-25.835440.8794
CIE-Lab74.4787-26.390170.4230

#acc21f color RGB value is (172,194,31).

#acc21f hex color red value is 172, green value is 194 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #acc21f hue: 0.19 , saturation: 0.72 and the lightness value of acc21f is 0.44.

The process color (four color CMYK) of #acc21f color hex is 0.11, 0.00, 0.84, 0.24. Web safe color of #acc21f is #99cc33. Color #acc21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 00011111
Octal 254 302 37
Decimal 172 194 31
Hex AC C2 1F

RGB Percentages of Color #acc21f

%43.32
%48.87
%7.81

CMYK Percentages of Color #acc21f

%11
%0
%84
%24

Triadic Colors of #acc21f

#acc21f #1facc2 #c21fac

Analogous Colors of #acc21f

#acc21f #5bc21f #c2871f

Monochromatic Colors of #acc21f

#acc21f

Complementary Color

#acc21f #351fc2

#acc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc21f Color CSS Codes

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

#acc21f Text Font Color

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

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


#acc21f Background Color

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

This div background color is #acc21f


#acc21f Border Color

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

This div border color is #acc21f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,194,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 #acc21f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc21f


Comments

No comments written yet.

Please login to write comment.