Color Hex Logo

#bac6ec Color Hex

#BAC6EC
(186,198,236)
0 Favorites   0 Comments

Color spaces of #bac6ec

RGB 186198236
HSL0.630.570.83
HSV226°21°93°
CMYK 0.210.160.00   0.07
XYZ55.584156.883487.4069
Yxy56.88340.27810.2846
Hunter Lab75.4211-0.4353-15.9175
CIE-Lab80.11403.8419-20.1631

#bac6ec color RGB value is (186,198,236).

#bac6ec hex color red value is 186, green value is 198 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bac6ec hue: 0.63 , saturation: 0.57 and the lightness value of bac6ec is 0.83.

The process color (four color CMYK) of #bac6ec color hex is 0.21, 0.16, 0.00, 0.07. Web safe color of #bac6ec is #ccccff. Color #bac6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 11101100
Octal 272 306 354
Decimal 186 198 236
Hex BA C6 EC

RGB Percentages of Color #bac6ec

%30.00
%31.94
%38.06

CMYK Percentages of Color #bac6ec

%21
%16
%0
%7

Triadic Colors of #bac6ec

#bac6ec #ecbac6 #c6ecba

Analogous Colors of #bac6ec

#bac6ec #c7baec #badfec

Monochromatic Colors of #bac6ec

#bac6ec

Complementary Color

#bac6ec #ece0ba

#bac6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac6ec Color CSS Codes

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

#bac6ec Text Font Color

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

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


#bac6ec Background Color

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

This div background color is #bac6ec


#bac6ec Border Color

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

This div border color is #bac6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac6ec


Comments

No comments written yet.

Please login to write comment.