Color Hex Logo

#b3bbef Color Hex

#B3BBEF
(179,187,239)
0 Favorites   0 Comments

Color spaces of #b3bbef

RGB 179187239
HSL0.640.650.82
HSV232°25°94°
CMYK 0.250.220.00   0.06
XYZ51.940751.356388.8366
Yxy51.35630.27030.2673
Hunter Lab71.66333.9638-23.3339
CIE-Lab76.89438.3767-26.7221

#b3bbef color RGB value is (179,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 11101111
Octal 263 273 357
Decimal 179 187 239
Hex B3 BB EF

RGB Percentages of Color #b3bbef

%29.59
%30.91
%39.50

CMYK Percentages of Color #b3bbef

%25
%22
%0
%6

Triadic Colors of #b3bbef

#b3bbef #efb3bb #bbefb3

Analogous Colors of #b3bbef

#b3bbef #c9b3ef #b3d9ef

Monochromatic Colors of #b3bbef

#b3bbef

Complementary Color

#b3bbef #efe7b3

#b3bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbef Color CSS Codes

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

#b3bbef Text Font Color

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

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


#b3bbef Background Color

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

This div background color is #b3bbef


#b3bbef Border Color

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

This div border color is #b3bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbef


Comments

No comments written yet.

Please login to write comment.