Color Hex Logo

#a0ccbb Color Hex

#A0CCBB
(160,204,187)
0 Favorites   0 Comments

Color spaces of #a0ccbb

RGB 160204187
HSL0.440.300.71
HSV157°22°80°
CMYK 0.220.000.08   0.20
XYZ45.059754.247255.1096
Yxy54.24720.29180.3513
Hunter Lab73.6527-19.68847.1940
CIE-Lab78.6057-17.91293.7264

#a0ccbb color RGB value is (160,204,187).

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

The process color (four color CMYK) of #a0ccbb color hex is 0.22, 0.00, 0.08, 0.20. Web safe color of #a0ccbb is #99cccc. Color #a0ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 10111011
Octal 240 314 273
Decimal 160 204 187
Hex A0 CC BB

RGB Percentages of Color #a0ccbb

%29.04
%37.02
%33.94

CMYK Percentages of Color #a0ccbb

%22
%0
%8
%20

Triadic Colors of #a0ccbb

#a0ccbb #bba0cc #ccbba0

Analogous Colors of #a0ccbb

#a0ccbb #a0c7cc #a0cca5

Monochromatic Colors of #a0ccbb

#a0ccbb

Complementary Color

#a0ccbb #cca0b1

#a0ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccbb Color CSS Codes

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

#a0ccbb Text Font Color

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

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


#a0ccbb Background Color

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

This div background color is #a0ccbb


#a0ccbb Border Color

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

This div border color is #a0ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccbb

#a0ccbb Color Palettes


Comments

No comments written yet.

Please login to write comment.