Color Hex Logo

#acc70f Color Hex

#ACC70F
(172,199,15)
0 Favorites   0 Comments

Color spaces of #acc70f

RGB 17219915
HSL0.190.860.42
HSV69°92°78°
CMYK 0.140.000.92   0.22
XYZ37.522949.65208.0581
Yxy49.65200.39400.5214
Hunter Lab70.4642-28.259242.5447
CIE-Lab75.8552-29.133174.4016

#acc70f color RGB value is (172,199,15).

#acc70f hex color red value is 172, green value is 199 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #acc70f hue: 0.19 , saturation: 0.86 and the lightness value of acc70f is 0.42.

The process color (four color CMYK) of #acc70f color hex is 0.14, 0.00, 0.92, 0.22. Web safe color of #acc70f is #99cc00. Color #acc70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 00001111
Octal 254 307 17
Decimal 172 199 15
Hex AC C7 F

RGB Percentages of Color #acc70f

%44.56
%51.55
%3.89

CMYK Percentages of Color #acc70f

%14
%0
%92
%22

Triadic Colors of #acc70f

#acc70f #0facc7 #c70fac

Analogous Colors of #acc70f

#acc70f #50c70f #c7860f

Monochromatic Colors of #acc70f

#acc70f

Complementary Color

#acc70f #2a0fc7

#acc70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc70f Color CSS Codes

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

#acc70f Text Font Color

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

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


#acc70f Background Color

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

This div background color is #acc70f


#acc70f Border Color

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

This div border color is #acc70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc70f


Comments

No comments written yet.

Please login to write comment.