Color Hex Logo

#a6bccb Color Hex

#A6BCCB
(166,188,203)
0 Favorites   0 Comments

Color spaces of #a6bccb

RGB 166188203
HSL0.570.260.72
HSV204°18°80°
CMYK 0.180.070.00   0.20
XYZ44.488648.385263.4944
Yxy48.38520.28450.3094
Hunter Lab69.5595-7.5647-5.4287
CIE-Lab75.0672-4.3152-10.0793

#a6bccb color RGB value is (166,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11001011
Octal 246 274 313
Decimal 166 188 203
Hex A6 BC CB

RGB Percentages of Color #a6bccb

%29.80
%33.75
%36.45

CMYK Percentages of Color #a6bccb

%18
%7
%0
%20

Triadic Colors of #a6bccb

#a6bccb #cba6bc #bccba6

Analogous Colors of #a6bccb

#a6bccb #a6aacb #a6cbc8

Monochromatic Colors of #a6bccb

#a6bccb

Complementary Color

#a6bccb #cbb5a6

#a6bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bccb Color CSS Codes

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

#a6bccb Text Font Color

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

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


#a6bccb Background Color

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

This div background color is #a6bccb


#a6bccb Border Color

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

This div border color is #a6bccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,188,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 #a6bccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bccb


Comments

No comments written yet.

Please login to write comment.