Color Hex Logo

#bacbe6 Color Hex

#BACBE6
(186,203,230)
0 Favorites   0 Comments

Color spaces of #bacbe6

RGB 186203230
HSL0.600.470.82
HSV217°19°90°
CMYK 0.190.120.00   0.10
XYZ55.888658.864183.2792
Yxy58.86410.28220.2972
Hunter Lab76.7229-4.2374-10.6505
CIE-Lab81.2168-0.1498-15.2883

#bacbe6 color RGB value is (186,203,230).

#bacbe6 hex color red value is 186, green value is 203 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bacbe6 hue: 0.60 , saturation: 0.47 and the lightness value of bacbe6 is 0.82.

The process color (four color CMYK) of #bacbe6 color hex is 0.19, 0.12, 0.00, 0.10. Web safe color of #bacbe6 is #ccccff. Color #bacbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001011 11100110
Octal 272 313 346
Decimal 186 203 230
Hex BA CB E6

RGB Percentages of Color #bacbe6

%30.05
%32.79
%37.16

CMYK Percentages of Color #bacbe6

%19
%12
%0
%10

Triadic Colors of #bacbe6

#bacbe6 #e6bacb #cbe6ba

Analogous Colors of #bacbe6

#bacbe6 #bfbae6 #bae1e6

Monochromatic Colors of #bacbe6

#bacbe6

Complementary Color

#bacbe6 #e6d5ba

#bacbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacbe6 Color CSS Codes

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

#bacbe6 Text Font Color

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

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


#bacbe6 Background Color

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

This div background color is #bacbe6


#bacbe6 Border Color

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

This div border color is #bacbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacbe6


Comments

No comments written yet.

Please login to write comment.