Color Hex Logo

#bac1df Color Hex

#BAC1DF
(186,193,223)
0 Favorites   0 Comments

Color spaces of #bac1df

RGB 186193223
HSL0.640.370.80
HSV229°17°87°
CMYK 0.170.130.00   0.13
XYZ52.638953.906777.4427
Yxy53.90670.28610.2930
Hunter Lab73.4212-0.5125-11.1427
CIE-Lab78.40733.6788-15.7556

#bac1df color RGB value is (186,193,223).

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

The process color (four color CMYK) of #bac1df color hex is 0.17, 0.13, 0.00, 0.13. Web safe color of #bac1df is #cccccc. Color #bac1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 11011111
Octal 272 301 337
Decimal 186 193 223
Hex BA C1 DF

RGB Percentages of Color #bac1df

%30.90
%32.06
%37.04

CMYK Percentages of Color #bac1df

%17
%13
%0
%13

Triadic Colors of #bac1df

#bac1df #dfbac1 #c1dfba

Analogous Colors of #bac1df

#bac1df #c6badf #bad4df

Monochromatic Colors of #bac1df

#bac1df

Complementary Color

#bac1df #dfd8ba

#bac1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac1df Color CSS Codes

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

#bac1df Text Font Color

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

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


#bac1df Background Color

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

This div background color is #bac1df


#bac1df Border Color

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

This div border color is #bac1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac1df


Comments

No comments written yet.

Please login to write comment.