Color Hex Logo

#a0ccaf Color Hex

#A0CCAF
(160,204,175)
0 Favorites   0 Comments

Color spaces of #a0ccaf

RGB 160204175
HSL0.390.300.71
HSV140°22°80°
CMYK 0.220.000.14   0.20
XYZ43.827953.754548.6231
Yxy53.75450.29980.3677
Hunter Lab73.3175-21.601412.0019
CIE-Lab78.3184-20.26019.7472

#a0ccaf color RGB value is (160,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 10101111
Octal 240 314 257
Decimal 160 204 175
Hex A0 CC AF

RGB Percentages of Color #a0ccaf

%29.68
%37.85
%32.47

CMYK Percentages of Color #a0ccaf

%22
%0
%14
%20

Triadic Colors of #a0ccaf

#a0ccaf #afa0cc #ccafa0

Analogous Colors of #a0ccaf

#a0ccaf #a0ccc5 #a7cca0

Monochromatic Colors of #a0ccaf

#a0ccaf

Complementary Color

#a0ccaf #cca0bd

#a0ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccaf Color CSS Codes

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

#a0ccaf Text Font Color

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

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


#a0ccaf Background Color

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

This div background color is #a0ccaf


#a0ccaf Border Color

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

This div border color is #a0ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccaf


Comments

No comments written yet.

Please login to write comment.