Color Hex Logo

#a6ccaf Color Hex

#A6CCAF
(166,204,175)
0 Favorites   0 Comments

Color spaces of #a6ccaf

RGB 166204175
HSL0.370.270.73
HSV134°19°80°
CMYK 0.190.000.14   0.20
XYZ45.056654.387948.6806
Yxy54.38790.30420.3672
Hunter Lab73.7482-20.004312.4868
CIE-Lab78.6874-18.274110.3232

#a6ccaf color RGB value is (166,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001100 10101111
Octal 246 314 257
Decimal 166 204 175
Hex A6 CC AF

RGB Percentages of Color #a6ccaf

%30.46
%37.43
%32.11

CMYK Percentages of Color #a6ccaf

%19
%0
%14
%20

Triadic Colors of #a6ccaf

#a6ccaf #afa6cc #ccafa6

Analogous Colors of #a6ccaf

#a6ccaf #a6ccc2 #b0cca6

Monochromatic Colors of #a6ccaf

#a6ccaf

Complementary Color

#a6ccaf #cca6c3

#a6ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ccaf Color CSS Codes

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

#a6ccaf Text Font Color

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

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


#a6ccaf Background Color

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

This div background color is #a6ccaf


#a6ccaf Border Color

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

This div border color is #a6ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ccaf


Comments

No comments written yet.

Please login to write comment.