Color Hex Logo

#acc646 Color Hex

#ACC646
(172,198,70)
0 Favorites   0 Comments

Color spaces of #acc646

RGB 17219870
HSL0.200.530.53
HSV72°65°78°
CMYK 0.130.000.65   0.22
XYZ38.312849.601013.3490
Yxy49.60100.37840.4898
Hunter Lab70.4280-26.145038.0617
CIE-Lab75.8237-26.441558.9610

#acc646 color RGB value is (172,198,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 01000110
Octal 254 306 106
Decimal 172 198 70
Hex AC C6 46

RGB Percentages of Color #acc646

%39.09
%45.00
%15.91

CMYK Percentages of Color #acc646

%13
%0
%65
%22

Triadic Colors of #acc646

#acc646 #46acc6 #c646ac

Analogous Colors of #acc646

#acc646 #6cc646 #c6a046

Monochromatic Colors of #acc646

#acc646

Complementary Color

#acc646 #6046c6

#acc646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc646 Color CSS Codes

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

#acc646 Text Font Color

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

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


#acc646 Background Color

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

This div background color is #acc646


#acc646 Border Color

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

This div border color is #acc646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc646


Comments

No comments written yet.

Please login to write comment.