Color Hex Logo

#a6bacb Color Hex

#A6BACB
(166,186,203)
1 Favorites   0 Comments

Color spaces of #a6bacb

RGB 166186203
HSL0.580.260.72
HSV208°18°80°
CMYK 0.180.080.00   0.20
XYZ44.064347.536663.3530
Yxy47.53660.28440.3068
Hunter Lab68.9468-6.5765-6.2169
CIE-Lab74.5317-3.2450-10.8785

#a6bacb color RGB value is (166,186,203).

#a6bacb hex color red value is 166, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a6bacb hue: 0.58 , saturation: 0.26 and the lightness value of a6bacb is 0.72.

The process color (four color CMYK) of #a6bacb color hex is 0.18, 0.08, 0.00, 0.20. Web safe color of #a6bacb is #99cccc. Color #a6bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 11001011
Octal 246 272 313
Decimal 166 186 203
Hex A6 BA CB

RGB Percentages of Color #a6bacb

%29.91
%33.51
%36.58

CMYK Percentages of Color #a6bacb

%18
%8
%0
%20

Triadic Colors of #a6bacb

#a6bacb #cba6ba #bacba6

Analogous Colors of #a6bacb

#a6bacb #a6a8cb #a6cbca

Monochromatic Colors of #a6bacb

#a6bacb

Complementary Color

#a6bacb #cbb7a6

#a6bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bacb Color CSS Codes

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

#a6bacb Text Font Color

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

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


#a6bacb Background Color

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

This div background color is #a6bacb


#a6bacb Border Color

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

This div border color is #a6bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bacb


Comments

No comments written yet.

Please login to write comment.