Color Hex Logo

#acc463 Color Hex

#ACC463
(172,196,99)
0 Favorites   0 Comments

Color spaces of #acc463

RGB 17219699
HSL0.210.450.58
HSV75°49°77°
CMYK 0.120.000.49   0.23
XYZ39.005349.151419.2357
Yxy49.15140.36320.4577
Hunter Lab70.1081-23.378932.8081
CIE-Lab75.5454-23.029945.6146

#acc463 color RGB value is (172,196,99).

#acc463 hex color red value is 172, green value is 196 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #acc463 hue: 0.21 , saturation: 0.45 and the lightness value of acc463 is 0.58.

The process color (four color CMYK) of #acc463 color hex is 0.12, 0.00, 0.49, 0.23. Web safe color of #acc463 is #99cc66. Color #acc463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01100011
Octal 254 304 143
Decimal 172 196 99
Hex AC C4 63

RGB Percentages of Color #acc463

%36.83
%41.97
%21.20

CMYK Percentages of Color #acc463

%12
%0
%49
%23

Triadic Colors of #acc463

#acc463 #63acc4 #c463ac

Analogous Colors of #acc463

#acc463 #7cc463 #c4ac63

Monochromatic Colors of #acc463

#acc463

Complementary Color

#acc463 #7b63c4

#acc463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc463 Color CSS Codes

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

#acc463 Text Font Color

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

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


#acc463 Background Color

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

This div background color is #acc463


#acc463 Border Color

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

This div border color is #acc463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc463


Comments

No comments written yet.

Please login to write comment.