Color Hex Logo

#b3bcef Color Hex

#B3BCEF
(179,188,239)
0 Favorites   0 Comments

Color spaces of #b3bcef

RGB 179188239
HSL0.640.650.82
HSV231°25°94°
CMYK 0.250.210.00   0.06
XYZ52.153651.782188.9075
Yxy51.78210.27040.2685
Hunter Lab71.95983.4401-22.8819
CIE-Lab77.15047.8309-26.3304

#b3bcef color RGB value is (179,188,239).

#b3bcef hex color red value is 179, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b3bcef hue: 0.64 , saturation: 0.65 and the lightness value of b3bcef is 0.82.

The process color (four color CMYK) of #b3bcef color hex is 0.25, 0.21, 0.00, 0.06. Web safe color of #b3bcef is #ccccff. Color #b3bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 11101111
Octal 263 274 357
Decimal 179 188 239
Hex B3 BC EF

RGB Percentages of Color #b3bcef

%29.54
%31.02
%39.44

CMYK Percentages of Color #b3bcef

%25
%21
%0
%6

Triadic Colors of #b3bcef

#b3bcef #efb3bc #bcefb3

Analogous Colors of #b3bcef

#b3bcef #c8b3ef #b3daef

Monochromatic Colors of #b3bcef

#b3bcef

Complementary Color

#b3bcef #efe6b3

#b3bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bcef Color CSS Codes

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

#b3bcef Text Font Color

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

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


#b3bcef Background Color

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

This div background color is #b3bcef


#b3bcef Border Color

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

This div border color is #b3bcef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,188,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3bcef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3bcef;
  -webkit-box-shadow: 1px 1px 3px 2px #b3bcef;
  box-shadow:         1px 1px 3px 2px #b3bcef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,188,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bcef

#b3bcef Color Palettes


Comments

No comments written yet.

Please login to write comment.