Color Hex Logo

#a6c0cd Color Hex

#A6C0CD
(166,192,205)
1 Favorites   0 Comments

Color spaces of #a6c0cd

RGB 166192205
HSL0.560.280.73
HSV200°19°80°
CMYK 0.190.060.00   0.20
XYZ45.595050.214065.0468
Yxy50.21400.28350.3122
Hunter Lab70.8618-9.1550-4.8213
CIE-Lab76.2004-6.0077-9.4764

#a6c0cd color RGB value is (166,192,205).

#a6c0cd hex color red value is 166, green value is 192 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6c0cd hue: 0.56 , saturation: 0.28 and the lightness value of a6c0cd is 0.73.

The process color (four color CMYK) of #a6c0cd color hex is 0.19, 0.06, 0.00, 0.20. Web safe color of #a6c0cd is #99cccc. Color #a6c0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000000 11001101
Octal 246 300 315
Decimal 166 192 205
Hex A6 C0 CD

RGB Percentages of Color #a6c0cd

%29.48
%34.10
%36.41

CMYK Percentages of Color #a6c0cd

%19
%6
%0
%20

Triadic Colors of #a6c0cd

#a6c0cd #cda6c0 #c0cda6

Analogous Colors of #a6c0cd

#a6c0cd #a6adcd #a6cdc7

Monochromatic Colors of #a6c0cd

#a6c0cd

Complementary Color

#a6c0cd #cdb3a6

#a6c0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c0cd Color CSS Codes

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

#a6c0cd Text Font Color

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

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


#a6c0cd Background Color

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

This div background color is #a6c0cd


#a6c0cd Border Color

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

This div border color is #a6c0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c0cd

#a6c0cd Color Palettes


Comments

No comments written yet.

Please login to write comment.