Color Hex Logo

#a6ccaa Color Hex

#A6CCAA
(166,204,170)
0 Favorites   0 Comments

Color spaces of #a6ccaa

RGB 166204170
HSL0.350.270.73
HSV126°19°80°
CMYK 0.190.000.17   0.20
XYZ44.574454.195046.1416
Yxy54.19500.30760.3740
Hunter Lab73.6173-20.750514.3705
CIE-Lab78.5753-19.186712.8363

#a6ccaa color RGB value is (166,204,170).

#a6ccaa hex color red value is 166, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a6ccaa hue: 0.35 , saturation: 0.27 and the lightness value of a6ccaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001100 10101010
Octal 246 314 252
Decimal 166 204 170
Hex A6 CC AA

RGB Percentages of Color #a6ccaa

%30.74
%37.78
%31.48

CMYK Percentages of Color #a6ccaa

%19
%0
%17
%20

Triadic Colors of #a6ccaa

#a6ccaa #aaa6cc #ccaaa6

Analogous Colors of #a6ccaa

#a6ccaa #a6ccbd #b5cca6

Monochromatic Colors of #a6ccaa

#a6ccaa

Complementary Color

#a6ccaa #cca6c8

#a6ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ccaa Color CSS Codes

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

#a6ccaa Text Font Color

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

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


#a6ccaa Background Color

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

This div background color is #a6ccaa


#a6ccaa Border Color

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

This div border color is #a6ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ccaa


Comments

No comments written yet.

Please login to write comment.