Color Hex Logo

#abcbac Color Hex

#ABCBAC
(171,203,172)
0 Favorites   0 Comments

Color spaces of #abcbac

RGB 171203172
HSL0.340.240.73
HSV122°16°80°
CMYK 0.160.000.15   0.20
XYZ45.596954.348447.1168
Yxy54.34840.31010.3696
Hunter Lab73.7214-18.609613.7115
CIE-Lab78.6644-16.623111.9391

#abcbac color RGB value is (171,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 10101100
Octal 253 313 254
Decimal 171 203 172
Hex AB CB AC

RGB Percentages of Color #abcbac

%31.32
%37.18
%31.50

CMYK Percentages of Color #abcbac

%16
%0
%15
%20

Triadic Colors of #abcbac

#abcbac #acabcb #cbacab

Analogous Colors of #abcbac

#abcbac #abcbbc #bacbab

Monochromatic Colors of #abcbac

#abcbac

Complementary Color

#abcbac #cbabca

#abcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbac Color CSS Codes

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

#abcbac Text Font Color

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

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


#abcbac Background Color

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

This div background color is #abcbac


#abcbac Border Color

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

This div border color is #abcbac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,203,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 #abcbac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbac


Comments

No comments written yet.

Please login to write comment.