Color Hex Logo

#acc893 Color Hex

#ACC893
(172,200,147)
0 Favorites   0 Comments

Color spaces of #acc893

RGB 172200147
HSL0.250.330.68
HSV92°27°78°
CMYK 0.140.000.27   0.22
XYZ42.934052.185835.4138
Yxy52.18580.32890.3998
Hunter Lab72.2397-20.332221.5023
CIE-Lab77.3918-18.910523.4787

#acc893 color RGB value is (172,200,147).

#acc893 hex color red value is 172, green value is 200 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acc893 hue: 0.25 , saturation: 0.33 and the lightness value of acc893 is 0.68.

The process color (four color CMYK) of #acc893 color hex is 0.14, 0.00, 0.27, 0.22. Web safe color of #acc893 is #99cc99. Color #acc893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 10010011
Octal 254 310 223
Decimal 172 200 147
Hex AC C8 93

RGB Percentages of Color #acc893

%33.14
%38.54
%28.32

CMYK Percentages of Color #acc893

%14
%0
%27
%22

Triadic Colors of #acc893

#acc893 #93acc8 #c893ac

Analogous Colors of #acc893

#acc893 #93c895 #c7c893

Monochromatic Colors of #acc893

#acc893

Complementary Color

#acc893 #af93c8

#acc893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc893 Color CSS Codes

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

#acc893 Text Font Color

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

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


#acc893 Background Color

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

This div background color is #acc893


#acc893 Border Color

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

This div border color is #acc893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc893


Comments

No comments written yet.

Please login to write comment.