Color Hex Logo

#a6c1cf Color Hex

#A6C1CF
(166,193,207)
0 Favorites   0 Comments

Color spaces of #a6c1cf

RGB 166193207
HSL0.560.300.73
HSV200°20°81°
CMYK 0.200.070.00   0.19
XYZ46.058350.751966.4000
Yxy50.75190.28220.3110
Hunter Lab71.2404-9.2669-5.3933
CIE-Lab76.5285-6.1005-10.0708

#a6c1cf color RGB value is (166,193,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000001 11001111
Octal 246 301 317
Decimal 166 193 207
Hex A6 C1 CF

RGB Percentages of Color #a6c1cf

%29.33
%34.10
%36.57

CMYK Percentages of Color #a6c1cf

%20
%7
%0
%19

Triadic Colors of #a6c1cf

#a6c1cf #cfa6c1 #c1cfa6

Analogous Colors of #a6c1cf

#a6c1cf #a6adcf #a6cfc9

Monochromatic Colors of #a6c1cf

#a6c1cf

Complementary Color

#a6c1cf #cfb4a6

#a6c1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c1cf Color CSS Codes

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

#a6c1cf Text Font Color

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

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


#a6c1cf Background Color

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

This div background color is #a6c1cf


#a6c1cf Border Color

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

This div border color is #a6c1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c1cf


Comments

No comments written yet.

Please login to write comment.