Color Hex Logo

#bac6fb Color Hex

#BAC6FB
(186,198,251)
0 Favorites   0 Comments

Color spaces of #bac6fb

RGB 186198251
HSL0.640.890.86
HSV229°26°98°
CMYK 0.260.210.00   0.02
XYZ57.856457.792399.3725
Yxy57.79230.26910.2688
Hunter Lab76.02122.8113-24.2871
CIE-Lab80.62327.2688-27.4070

#bac6fb color RGB value is (186,198,251).

#bac6fb hex color red value is 186, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bac6fb hue: 0.64 , saturation: 0.89 and the lightness value of bac6fb is 0.86.

The process color (four color CMYK) of #bac6fb color hex is 0.26, 0.21, 0.00, 0.02. Web safe color of #bac6fb is #ccccff. Color #bac6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 11111011
Octal 272 306 373
Decimal 186 198 251
Hex BA C6 FB

RGB Percentages of Color #bac6fb

%29.29
%31.18
%39.53

CMYK Percentages of Color #bac6fb

%26
%21
%0
%2

Triadic Colors of #bac6fb

#bac6fb #fbbac6 #c6fbba

Analogous Colors of #bac6fb

#bac6fb #cfbafb #bae7fb

Monochromatic Colors of #bac6fb

#bac6fb

Complementary Color

#bac6fb #fbefba

#bac6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac6fb Color CSS Codes

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

#bac6fb Text Font Color

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

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


#bac6fb Background Color

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

This div background color is #bac6fb


#bac6fb Border Color

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

This div border color is #bac6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac6fb


Comments

No comments written yet.

Please login to write comment.