Color Hex Logo

#acc389 Color Hex

#ACC389
(172,195,137)
0 Favorites   0 Comments

Color spaces of #acc389

RGB 172195137
HSL0.230.330.65
HSV84°30°76°
CMYK 0.120.000.30   0.24
XYZ41.043749.607031.0788
Yxy49.60700.33720.4075
Hunter Lab70.4322-19.237323.1404
CIE-Lab75.8274-17.882426.6396

#acc389 color RGB value is (172,195,137).

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

The process color (four color CMYK) of #acc389 color hex is 0.12, 0.00, 0.30, 0.24. Web safe color of #acc389 is #99cc99. Color #acc389 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 10001001
Octal 254 303 211
Decimal 172 195 137
Hex AC C3 89

RGB Percentages of Color #acc389

%34.13
%38.69
%27.18

CMYK Percentages of Color #acc389

%12
%0
%30
%24

Triadic Colors of #acc389

#acc389 #89acc3 #c389ac

Analogous Colors of #acc389

#acc389 #8fc389 #c3bd89

Monochromatic Colors of #acc389

#acc389

Complementary Color

#acc389 #a089c3

#acc389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc389 Color CSS Codes

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

#acc389 Text Font Color

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

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


#acc389 Background Color

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

This div background color is #acc389


#acc389 Border Color

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

This div border color is #acc389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc389


Comments

No comments written yet.

Please login to write comment.