Color Hex Logo

#acc62f Color Hex

#ACC62F
(172,198,47)
0 Favorites   0 Comments

Color spaces of #acc62f

RGB 17219847
HSL0.200.620.48
HSV70°76°78°
CMYK 0.130.000.76   0.22
XYZ37.720449.364110.2295
Yxy49.36410.38760.5073
Hunter Lab70.2596-27.122640.5493
CIE-Lab75.6773-27.723967.1439

#acc62f color RGB value is (172,198,47).

#acc62f hex color red value is 172, green value is 198 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #acc62f hue: 0.20 , saturation: 0.62 and the lightness value of acc62f is 0.48.

The process color (four color CMYK) of #acc62f color hex is 0.13, 0.00, 0.76, 0.22. Web safe color of #acc62f is #99cc33. Color #acc62f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 00101111
Octal 254 306 57
Decimal 172 198 47
Hex AC C6 2F

RGB Percentages of Color #acc62f

%41.25
%47.48
%11.27

CMYK Percentages of Color #acc62f

%13
%0
%76
%22

Triadic Colors of #acc62f

#acc62f #2facc6 #c62fac

Analogous Colors of #acc62f

#acc62f #60c62f #c6952f

Monochromatic Colors of #acc62f

#acc62f

Complementary Color

#acc62f #492fc6

#acc62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc62f Color CSS Codes

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

#acc62f Text Font Color

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

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


#acc62f Background Color

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

This div background color is #acc62f


#acc62f Border Color

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

This div border color is #acc62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc62f


Comments

No comments written yet.

Please login to write comment.