Color Hex Logo

#bac6dc Color Hex

#BAC6DC
(186,198,220)
0 Favorites   0 Comments

Color spaces of #bac6dc

RGB 186198220
HSL0.610.330.80
HSV219°15°86°
CMYK 0.150.100.00   0.14
XYZ53.362155.994675.7057
Yxy55.99460.28830.3026
Hunter Lab74.8295-3.6606-7.6035
CIE-Lab79.61070.3634-12.3358

#bac6dc color RGB value is (186,198,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 11011100
Octal 272 306 334
Decimal 186 198 220
Hex BA C6 DC

RGB Percentages of Color #bac6dc

%30.79
%32.78
%36.42

CMYK Percentages of Color #bac6dc

%15
%10
%0
%14

Triadic Colors of #bac6dc

#bac6dc #dcbac6 #c6dcba

Analogous Colors of #bac6dc

#bac6dc #bfbadc #bad7dc

Monochromatic Colors of #bac6dc

#bac6dc

Complementary Color

#bac6dc #dcd0ba

#bac6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac6dc Color CSS Codes

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

#bac6dc Text Font Color

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

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


#bac6dc Background Color

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

This div background color is #bac6dc


#bac6dc Border Color

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

This div border color is #bac6dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,198,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac6dc


Comments

No comments written yet.

Please login to write comment.