Color Hex Logo

#acc83e Color Hex

#ACC83E
(172,200,62)
0 Favorites   0 Comments

Color spaces of #acc83e

RGB 17220062
HSL0.200.560.51
HSV72°69°78°
CMYK 0.140.000.69   0.22
XYZ38.537050.427012.2597
Yxy50.42700.38070.4982
Hunter Lab71.0120-27.402039.4724
CIE-Lab76.3306-27.907462.6145

#acc83e color RGB value is (172,200,62).

#acc83e hex color red value is 172, green value is 200 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #acc83e hue: 0.20 , saturation: 0.56 and the lightness value of acc83e is 0.51.

The process color (four color CMYK) of #acc83e color hex is 0.14, 0.00, 0.69, 0.22. Web safe color of #acc83e is #99cc33. Color #acc83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 00111110
Octal 254 310 76
Decimal 172 200 62
Hex AC C8 3E

RGB Percentages of Color #acc83e

%39.63
%46.08
%14.29

CMYK Percentages of Color #acc83e

%14
%0
%69
%22

Triadic Colors of #acc83e

#acc83e #3eacc8 #c83eac

Analogous Colors of #acc83e

#acc83e #67c83e #c89f3e

Monochromatic Colors of #acc83e

#acc83e

Complementary Color

#acc83e #5a3ec8

#acc83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc83e Color CSS Codes

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

#acc83e Text Font Color

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

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


#acc83e Background Color

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

This div background color is #acc83e


#acc83e Border Color

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

This div border color is #acc83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc83e


Comments

No comments written yet.

Please login to write comment.