Color Hex Logo

#a6cbdb Color Hex

#A6CBDB
(166,203,219)
0 Favorites   0 Comments

Color spaces of #a6cbdb

RGB 166203219
HSL0.550.420.75
HSV198°24°86°
CMYK 0.240.070.00   0.14
XYZ49.868055.933375.1857
Yxy55.93330.27550.3090
Hunter Lab74.7886-11.8586-7.2528
CIE-Lab79.5758-8.6930-11.9894

#a6cbdb color RGB value is (166,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001011 11011011
Octal 246 313 333
Decimal 166 203 219
Hex A6 CB DB

RGB Percentages of Color #a6cbdb

%28.23
%34.52
%37.24

CMYK Percentages of Color #a6cbdb

%24
%7
%0
%14

Triadic Colors of #a6cbdb

#a6cbdb #dba6cb #cbdba6

Analogous Colors of #a6cbdb

#a6cbdb #a6b1db #a6dbd1

Monochromatic Colors of #a6cbdb

#a6cbdb

Complementary Color

#a6cbdb #dbb6a6

#a6cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cbdb Color CSS Codes

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

#a6cbdb Text Font Color

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

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


#a6cbdb Background Color

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

This div background color is #a6cbdb


#a6cbdb Border Color

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

This div border color is #a6cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cbdb


Comments

No comments written yet.

Please login to write comment.