Color Hex Logo

#b8bbef Color Hex

#B8BBEF
(184,187,239)
0 Favorites   0 Comments

Color spaces of #b8bbef

RGB 184187239
HSL0.660.630.83
HSV237°23°94°
CMYK 0.230.220.00   0.06
XYZ53.117551.963088.8916
Yxy51.96300.27380.2679
Hunter Lab72.08545.3818-22.6533
CIE-Lab77.25879.8703-26.1325

#b8bbef color RGB value is (184,187,239).

#b8bbef hex color red value is 184, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b8bbef hue: 0.66 , saturation: 0.63 and the lightness value of b8bbef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 11101111
Octal 270 273 357
Decimal 184 187 239
Hex B8 BB EF

RGB Percentages of Color #b8bbef

%30.16
%30.66
%39.18

CMYK Percentages of Color #b8bbef

%23
%22
%0
%6

Triadic Colors of #b8bbef

#b8bbef #efb8bb #bbefb8

Analogous Colors of #b8bbef

#b8bbef #d1b8ef #b8d7ef

Monochromatic Colors of #b8bbef

#b8bbef

Complementary Color

#b8bbef #efecb8

#b8bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbef Color CSS Codes

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

#b8bbef Text Font Color

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

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


#b8bbef Background Color

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

This div background color is #b8bbef


#b8bbef Border Color

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

This div border color is #b8bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbef


Comments

No comments written yet.

Please login to write comment.