Color Hex Logo

#a3cbac Color Hex

#A3CBAC
(163,203,172)
0 Favorites   0 Comments

Color spaces of #a3cbac

RGB 163203172
HSL0.370.280.72
HSV134°20°80°
CMYK 0.200.000.15   0.20
XYZ43.906653.477047.0377
Yxy53.47700.30400.3703
Hunter Lab73.1280-20.801213.0528
CIE-Lab78.1558-19.328211.1468

#a3cbac color RGB value is (163,203,172).

#a3cbac hex color red value is 163, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a3cbac hue: 0.37 , saturation: 0.28 and the lightness value of a3cbac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001011 10101100
Octal 243 313 254
Decimal 163 203 172
Hex A3 CB AC

RGB Percentages of Color #a3cbac

%30.30
%37.73
%31.97

CMYK Percentages of Color #a3cbac

%20
%0
%15
%20

Triadic Colors of #a3cbac

#a3cbac #aca3cb #cbaca3

Analogous Colors of #a3cbac

#a3cbac #a3cbc0 #aecba3

Monochromatic Colors of #a3cbac

#a3cbac

Complementary Color

#a3cbac #cba3c2

#a3cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cbac Color CSS Codes

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

#a3cbac Text Font Color

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

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


#a3cbac Background Color

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

This div background color is #a3cbac


#a3cbac Border Color

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

This div border color is #a3cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cbac


Comments

No comments written yet.

Please login to write comment.