Color Hex Logo

#a6bcdb Color Hex

#A6BCDB
(166,188,219)
0 Favorites   0 Comments

Color spaces of #a6bcdb

RGB 166188219
HSL0.600.420.75
HSV215°24°86°
CMYK 0.240.140.00   0.14
XYZ46.495349.187974.0615
Yxy49.18790.27390.2898
Hunter Lab70.1341-4.3983-13.5163
CIE-Lab75.5681-0.7226-18.0139

#a6bcdb color RGB value is (166,188,219).

#a6bcdb hex color red value is 166, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a6bcdb hue: 0.60 , saturation: 0.42 and the lightness value of a6bcdb is 0.75.

The process color (four color CMYK) of #a6bcdb color hex is 0.24, 0.14, 0.00, 0.14. Web safe color of #a6bcdb is #99cccc. Color #a6bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11011011
Octal 246 274 333
Decimal 166 188 219
Hex A6 BC DB

RGB Percentages of Color #a6bcdb

%28.97
%32.81
%38.22

CMYK Percentages of Color #a6bcdb

%24
%14
%0
%14

Triadic Colors of #a6bcdb

#a6bcdb #dba6bc #bcdba6

Analogous Colors of #a6bcdb

#a6bcdb #aba6db #a6d7db

Monochromatic Colors of #a6bcdb

#a6bcdb

Complementary Color

#a6bcdb #dbc5a6

#a6bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcdb Color CSS Codes

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

#a6bcdb Text Font Color

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

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


#a6bcdb Background Color

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

This div background color is #a6bcdb


#a6bcdb Border Color

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

This div border color is #a6bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcdb

#a6bcdb Color Palettes


Comments

No comments written yet.

Please login to write comment.