Color Hex Logo

#a6bbdb Color Hex

#A6BBDB
(166,187,219)
0 Favorites   0 Comments

Color spaces of #a6bbdb

RGB 166187219
HSL0.600.420.75
HSV216°24°86°
CMYK 0.240.150.00   0.14
XYZ46.282448.762173.9905
Yxy48.76210.27380.2885
Hunter Lab69.8299-3.8946-13.9417
CIE-Lab75.3031-0.1827-18.4145

#a6bbdb color RGB value is (166,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 11011011
Octal 246 273 333
Decimal 166 187 219
Hex A6 BB DB

RGB Percentages of Color #a6bbdb

%29.02
%32.69
%38.29

CMYK Percentages of Color #a6bbdb

%24
%15
%0
%14

Triadic Colors of #a6bbdb

#a6bbdb #dba6bb #bbdba6

Analogous Colors of #a6bbdb

#a6bbdb #aca6db #a6d6db

Monochromatic Colors of #a6bbdb

#a6bbdb

Complementary Color

#a6bbdb #dbc6a6

#a6bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbdb Color CSS Codes

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

#a6bbdb Text Font Color

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

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


#a6bbdb Background Color

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

This div background color is #a6bbdb


#a6bbdb Border Color

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

This div border color is #a6bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbdb


Comments

No comments written yet.

Please login to write comment.