Color Hex Logo

#a6c4cc Color Hex

#A6C4CC
(166,196,204)
0 Favorites   0 Comments

Color spaces of #a6c4cc

RGB 166196204
HSL0.540.270.73
HSV193°19°80°
CMYK 0.190.040.00   0.20
XYZ46.364951.946564.7097
Yxy51.94650.28440.3186
Hunter Lab72.0739-11.3009-2.7802
CIE-Lab77.2488-8.3360-7.3773

#a6c4cc color RGB value is (166,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000100 11001100
Octal 246 304 314
Decimal 166 196 204
Hex A6 C4 CC

RGB Percentages of Color #a6c4cc

%29.33
%34.63
%36.04

CMYK Percentages of Color #a6c4cc

%19
%4
%0
%20

Triadic Colors of #a6c4cc

#a6c4cc #cca6c4 #c4cca6

Analogous Colors of #a6c4cc

#a6c4cc #a6b1cc #a6ccc1

Monochromatic Colors of #a6c4cc

#a6c4cc

Complementary Color

#a6c4cc #ccaea6

#a6c4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c4cc Color CSS Codes

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

#a6c4cc Text Font Color

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

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


#a6c4cc Background Color

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

This div background color is #a6c4cc


#a6c4cc Border Color

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

This div border color is #a6c4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c4cc


Comments

No comments written yet.

Please login to write comment.