Color Hex Logo

#a0ccac Color Hex

#A0CCAC
(160,204,172)
0 Favorites   0 Comments

Color spaces of #a0ccac

RGB 160204172
HSL0.380.300.71
HSV136°22°80°
CMYK 0.220.000.16   0.20
XYZ43.536553.637947.0883
Yxy53.63790.30180.3718
Hunter Lab73.2379-22.056413.1460
CIE-Lab78.2501-20.823911.2552

#a0ccac color RGB value is (160,204,172).

#a0ccac hex color red value is 160, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a0ccac hue: 0.38 , saturation: 0.30 and the lightness value of a0ccac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 10101100
Octal 240 314 254
Decimal 160 204 172
Hex A0 CC AC

RGB Percentages of Color #a0ccac

%29.85
%38.06
%32.09

CMYK Percentages of Color #a0ccac

%22
%0
%16
%20

Triadic Colors of #a0ccac

#a0ccac #aca0cc #ccaca0

Analogous Colors of #a0ccac

#a0ccac #a0ccc2 #aacca0

Monochromatic Colors of #a0ccac

#a0ccac

Complementary Color

#a0ccac #cca0c0

#a0ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccac Color CSS Codes

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

#a0ccac Text Font Color

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

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


#a0ccac Background Color

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

This div background color is #a0ccac


#a0ccac Border Color

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

This div border color is #a0ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccac


Comments

No comments written yet.

Please login to write comment.