Color Hex Logo

#bac1dc Color Hex

#BAC1DC
(186,193,220)
0 Favorites   0 Comments

Color spaces of #bac1dc

RGB 186193220
HSL0.630.330.80
HSV228°15°86°
CMYK 0.150.120.00   0.14
XYZ52.237953.746375.3310
Yxy53.74630.28810.2964
Hunter Lab73.3119-1.1067-9.6046
CIE-Lab78.31363.0375-14.2796

#bac1dc color RGB value is (186,193,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 11011100
Octal 272 301 334
Decimal 186 193 220
Hex BA C1 DC

RGB Percentages of Color #bac1dc

%31.05
%32.22
%36.73

CMYK Percentages of Color #bac1dc

%15
%12
%0
%14

Triadic Colors of #bac1dc

#bac1dc #dcbac1 #c1dcba

Analogous Colors of #bac1dc

#bac1dc #c4badc #bad2dc

Monochromatic Colors of #bac1dc

#bac1dc

Complementary Color

#bac1dc #dcd5ba

#bac1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac1dc Color CSS Codes

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

#bac1dc Text Font Color

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

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


#bac1dc Background Color

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

This div background color is #bac1dc


#bac1dc Border Color

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

This div border color is #bac1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac1dc


Comments

No comments written yet.

Please login to write comment.