Color Hex Logo

#acc585 Color Hex

#ACC585
(172,197,133)
0 Favorites   0 Comments

Color spaces of #acc585

RGB 172197133
HSL0.230.360.65
HSV83°32°77°
CMYK 0.130.000.32   0.23
XYZ41.213150.396629.7457
Yxy50.39660.33960.4153
Hunter Lab70.9906-20.606524.8503
CIE-Lab76.3121-19.452229.3856

#acc585 color RGB value is (172,197,133).

#acc585 hex color red value is 172, green value is 197 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #acc585 hue: 0.23 , saturation: 0.36 and the lightness value of acc585 is 0.65.

The process color (four color CMYK) of #acc585 color hex is 0.13, 0.00, 0.32, 0.23. Web safe color of #acc585 is #99cc99. Color #acc585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10000101
Octal 254 305 205
Decimal 172 197 133
Hex AC C5 85

RGB Percentages of Color #acc585

%34.26
%39.24
%26.49

CMYK Percentages of Color #acc585

%13
%0
%32
%23

Triadic Colors of #acc585

#acc585 #85acc5 #c585ac

Analogous Colors of #acc585

#acc585 #8cc585 #c5be85

Monochromatic Colors of #acc585

#acc585

Complementary Color

#acc585 #9e85c5

#acc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc585 Color CSS Codes

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

#acc585 Text Font Color

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

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


#acc585 Background Color

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

This div background color is #acc585


#acc585 Border Color

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

This div border color is #acc585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc585


Comments

No comments written yet.

Please login to write comment.