Color Hex Logo

#bac9dc Color Hex

#BAC9DC
(186,201,220)
0 Favorites   0 Comments

Color spaces of #bac9dc

RGB 186201220
HSL0.590.330.80
HSV214°15°86°
CMYK 0.150.090.00   0.14
XYZ54.054657.379775.9366
Yxy57.37970.28850.3062
Hunter Lab75.7494-5.1842-6.4120
CIE-Lab80.3927-1.2304-11.1676

#bac9dc color RGB value is (186,201,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 11011100
Octal 272 311 334
Decimal 186 201 220
Hex BA C9 DC

RGB Percentages of Color #bac9dc

%30.64
%33.11
%36.24

CMYK Percentages of Color #bac9dc

%15
%9
%0
%14

Triadic Colors of #bac9dc

#bac9dc #dcbac9 #c9dcba

Analogous Colors of #bac9dc

#bac9dc #bcbadc #badadc

Monochromatic Colors of #bac9dc

#bac9dc

Complementary Color

#bac9dc #dccdba

#bac9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac9dc Color CSS Codes

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

#bac9dc Text Font Color

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

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


#bac9dc Background Color

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

This div background color is #bac9dc


#bac9dc Border Color

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

This div border color is #bac9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac9dc


Comments

No comments written yet.

Please login to write comment.