Color Hex Logo

#b3bceb Color Hex

#B3BCEB
(179,188,235)
0 Favorites   0 Comments

Color spaces of #b3bceb

RGB 179188235
HSL0.640.580.81
HSV230°24°92°
CMYK 0.240.200.00   0.08
XYZ51.569051.548385.8291
Yxy51.54830.27290.2728
Hunter Lab71.79712.5644-20.6196
CIE-Lab77.01006.9009-24.3896

#b3bceb color RGB value is (179,188,235).

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

The process color (four color CMYK) of #b3bceb color hex is 0.24, 0.20, 0.00, 0.08. Web safe color of #b3bceb is #ccccff. Color #b3bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 11101011
Octal 263 274 353
Decimal 179 188 235
Hex B3 BC EB

RGB Percentages of Color #b3bceb

%29.73
%31.23
%39.04

CMYK Percentages of Color #b3bceb

%24
%20
%0
%8

Triadic Colors of #b3bceb

#b3bceb #ebb3bc #bcebb3

Analogous Colors of #b3bceb

#b3bceb #c6b3eb #b3d8eb

Monochromatic Colors of #b3bceb

#b3bceb

Complementary Color

#b3bceb #ebe2b3

#b3bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bceb Color CSS Codes

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

#b3bceb Text Font Color

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

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


#b3bceb Background Color

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

This div background color is #b3bceb


#b3bceb Border Color

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

This div border color is #b3bceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,188,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 #b3bceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bceb


Comments

No comments written yet.

Please login to write comment.