Color Hex Logo

#a6bddb Color Hex

#A6BDDB
(166,189,219)
0 Favorites   0 Comments

Color spaces of #a6bddb

RGB 166189219
HSL0.590.420.75
HSV214°24°86°
CMYK 0.240.140.00   0.14
XYZ46.709749.616774.1329
Yxy49.61670.27400.2911
Hunter Lab70.4391-4.9013-13.0917
CIE-Lab75.8334-1.2616-17.6129

#a6bddb color RGB value is (166,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 11011011
Octal 246 275 333
Decimal 166 189 219
Hex A6 BD DB

RGB Percentages of Color #a6bddb

%28.92
%32.93
%38.15

CMYK Percentages of Color #a6bddb

%24
%14
%0
%14

Triadic Colors of #a6bddb

#a6bddb #dba6bd #bddba6

Analogous Colors of #a6bddb

#a6bddb #aaa6db #a6d8db

Monochromatic Colors of #a6bddb

#a6bddb

Complementary Color

#a6bddb #dbc4a6

#a6bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bddb Color CSS Codes

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

#a6bddb Text Font Color

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

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


#a6bddb Background Color

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

This div background color is #a6bddb


#a6bddb Border Color

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

This div border color is #a6bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bddb


Comments

No comments written yet.

Please login to write comment.