Color Hex Logo

#bac9eb Color Hex

#BAC9EB
(186,201,235)
0 Favorites   0 Comments

Color spaces of #bac9eb

RGB 186201235
HSL0.620.550.83
HSV222°21°92°
CMYK 0.210.140.00   0.08
XYZ56.131758.210686.8746
Yxy58.21060.27900.2893
Hunter Lab76.2959-2.1934-14.1037
CIE-Lab80.85572.0132-18.5061

#bac9eb color RGB value is (186,201,235).

#bac9eb hex color red value is 186, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bac9eb hue: 0.62 , saturation: 0.55 and the lightness value of bac9eb is 0.83.

The process color (four color CMYK) of #bac9eb color hex is 0.21, 0.14, 0.00, 0.08. Web safe color of #bac9eb is #ccccff. Color #bac9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 11101011
Octal 272 311 353
Decimal 186 201 235
Hex BA C9 EB

RGB Percentages of Color #bac9eb

%29.90
%32.32
%37.78

CMYK Percentages of Color #bac9eb

%21
%14
%0
%8

Triadic Colors of #bac9eb

#bac9eb #ebbac9 #c9ebba

Analogous Colors of #bac9eb

#bac9eb #c4baeb #bae2eb

Monochromatic Colors of #bac9eb

#bac9eb

Complementary Color

#bac9eb #ebdcba

#bac9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac9eb Color CSS Codes

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

#bac9eb Text Font Color

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

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


#bac9eb Background Color

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

This div background color is #bac9eb


#bac9eb Border Color

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

This div border color is #bac9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac9eb


Comments

No comments written yet.

Please login to write comment.