Color Hex Logo

#acc11f Color Hex

#ACC11F
(172,193,31)
0 Favorites   0 Comments

Color spaces of #acc11f

RGB 17219331
HSL0.190.720.44
HSV68°84°76°
CMYK 0.110.000.84   0.24
XYZ36.330547.00958.4552
Yxy47.00950.39580.5121
Hunter Lab68.5635-25.402340.6828
CIE-Lab74.1958-25.908070.1834

#acc11f color RGB value is (172,193,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00011111
Octal 254 301 37
Decimal 172 193 31
Hex AC C1 1F

RGB Percentages of Color #acc11f

%43.43
%48.74
%7.83

CMYK Percentages of Color #acc11f

%11
%0
%84
%24

Triadic Colors of #acc11f

#acc11f #1facc1 #c11fac

Analogous Colors of #acc11f

#acc11f #5bc11f #c1851f

Monochromatic Colors of #acc11f

#acc11f

Complementary Color

#acc11f #341fc1

#acc11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc11f Color CSS Codes

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

#acc11f Text Font Color

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

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


#acc11f Background Color

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

This div background color is #acc11f


#acc11f Border Color

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

This div border color is #acc11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc11f


Comments

No comments written yet.

Please login to write comment.