Color Hex Logo

#acc891 Color Hex

#ACC891
(172,200,145)
0 Favorites   0 Comments

Color spaces of #acc891

RGB 172200145
HSL0.250.330.68
HSV91°28°78°
CMYK 0.140.000.28   0.22
XYZ42.778452.123534.5943
Yxy52.12350.33030.4025
Hunter Lab72.1966-20.578122.1278
CIE-Lab77.3546-19.214324.4839

#acc891 color RGB value is (172,200,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 10010001
Octal 254 310 221
Decimal 172 200 145
Hex AC C8 91

RGB Percentages of Color #acc891

%33.27
%38.68
%28.05

CMYK Percentages of Color #acc891

%14
%0
%28
%22

Triadic Colors of #acc891

#acc891 #91acc8 #c891ac

Analogous Colors of #acc891

#acc891 #91c892 #c8c891

Monochromatic Colors of #acc891

#acc891

Complementary Color

#acc891 #ad91c8

#acc891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc891 Color CSS Codes

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

#acc891 Text Font Color

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

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


#acc891 Background Color

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

This div background color is #acc891


#acc891 Border Color

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

This div border color is #acc891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc891


Comments

No comments written yet.

Please login to write comment.