Color Hex Logo

#abccac Color Hex

#ABCCAC
(171,204,172)
0 Favorites   0 Comments

Color spaces of #abccac

RGB 171204172
HSL0.340.240.74
HSV122°16°80°
CMYK 0.160.000.16   0.20
XYZ45.833854.822247.1958
Yxy54.82220.31000.3708
Hunter Lab74.0420-19.077714.0368
CIE-Lab78.9387-17.128712.3275

#abccac color RGB value is (171,204,172).

#abccac hex color red value is 171, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abccac hue: 0.34 , saturation: 0.24 and the lightness value of abccac is 0.74.

The process color (four color CMYK) of #abccac color hex is 0.16, 0.00, 0.16, 0.20. Web safe color of #abccac is #99cc99. Color #abccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10101100
Octal 253 314 254
Decimal 171 204 172
Hex AB CC AC

RGB Percentages of Color #abccac

%31.26
%37.29
%31.44

CMYK Percentages of Color #abccac

%16
%0
%16
%20

Triadic Colors of #abccac

#abccac #acabcc #ccacab

Analogous Colors of #abccac

#abccac #abccbd #bbccab

Monochromatic Colors of #abccac

#abccac

Complementary Color

#abccac #ccabcb

#abccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccac Color CSS Codes

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

#abccac Text Font Color

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

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


#abccac Background Color

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

This div background color is #abccac


#abccac Border Color

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

This div border color is #abccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccac


Comments

No comments written yet.

Please login to write comment.