Color Hex Logo

#bac6db Color Hex

#BAC6DB
(186,198,219)
0 Favorites   0 Comments

Color spaces of #bac6db

RGB 186198219
HSL0.610.310.79
HSV218°15°86°
CMYK 0.150.100.00   0.14
XYZ53.230055.941775.0101
Yxy55.94170.28900.3037
Hunter Lab74.7942-3.8538-7.1052
CIE-Lab79.58060.1526-11.8434

#bac6db color RGB value is (186,198,219).

#bac6db hex color red value is 186, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bac6db hue: 0.61 , saturation: 0.31 and the lightness value of bac6db is 0.79.

The process color (four color CMYK) of #bac6db color hex is 0.15, 0.10, 0.00, 0.14. Web safe color of #bac6db is #cccccc. Color #bac6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 11011011
Octal 272 306 333
Decimal 186 198 219
Hex BA C6 DB

RGB Percentages of Color #bac6db

%30.85
%32.84
%36.32

CMYK Percentages of Color #bac6db

%15
%10
%0
%14

Triadic Colors of #bac6db

#bac6db #dbbac6 #c6dbba

Analogous Colors of #bac6db

#bac6db #bfbadb #bad7db

Monochromatic Colors of #bac6db

#bac6db

Complementary Color

#bac6db #dbcfba

#bac6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac6db Color CSS Codes

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

#bac6db Text Font Color

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

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


#bac6db Background Color

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

This div background color is #bac6db


#bac6db Border Color

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

This div border color is #bac6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac6db


Comments

No comments written yet.

Please login to write comment.