Color Hex Logo

#a6bcca Color Hex

#A6BCCA
(166,188,202)
0 Favorites   0 Comments

Color spaces of #a6bcca

RGB 166188202
HSL0.560.250.72
HSV203°18°79°
CMYK 0.180.070.00   0.21
XYZ44.369848.337762.8687
Yxy48.33770.28520.3107
Hunter Lab69.5253-7.7538-4.9456
CIE-Lab75.0374-4.5326-9.5800

#a6bcca color RGB value is (166,188,202).

#a6bcca hex color red value is 166, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a6bcca hue: 0.56 , saturation: 0.25 and the lightness value of a6bcca is 0.72.

The process color (four color CMYK) of #a6bcca color hex is 0.18, 0.07, 0.00, 0.21. Web safe color of #a6bcca is #99cccc. Color #a6bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11001010
Octal 246 274 312
Decimal 166 188 202
Hex A6 BC CA

RGB Percentages of Color #a6bcca

%29.86
%33.81
%36.33

CMYK Percentages of Color #a6bcca

%18
%7
%0
%21

Triadic Colors of #a6bcca

#a6bcca #caa6bc #bccaa6

Analogous Colors of #a6bcca

#a6bcca #a6aaca #a6cac6

Monochromatic Colors of #a6bcca

#a6bcca

Complementary Color

#a6bcca #cab4a6

#a6bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcca Color CSS Codes

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

#a6bcca Text Font Color

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

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


#a6bcca Background Color

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

This div background color is #a6bcca


#a6bcca Border Color

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

This div border color is #a6bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcca


Comments

No comments written yet.

Please login to write comment.