Color Hex Logo

#b8bbdf Color Hex

#B8BBDF
(184,187,223)
0 Favorites   0 Comments

Color spaces of #b8bbdf

RGB 184187223
HSL0.650.380.80
HSV235°17°87°
CMYK 0.170.160.00   0.13
XYZ50.856851.058776.9869
Yxy51.05870.28430.2854
Hunter Lab71.45541.9966-13.8610
CIE-Lab76.71466.2881-18.3232

#b8bbdf color RGB value is (184,187,223).

#b8bbdf hex color red value is 184, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b8bbdf hue: 0.65 , saturation: 0.38 and the lightness value of b8bbdf is 0.80.

The process color (four color CMYK) of #b8bbdf color hex is 0.17, 0.16, 0.00, 0.13. Web safe color of #b8bbdf is #cccccc. Color #b8bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 11011111
Octal 270 273 337
Decimal 184 187 223
Hex B8 BB DF

RGB Percentages of Color #b8bbdf

%30.98
%31.48
%37.54

CMYK Percentages of Color #b8bbdf

%17
%16
%0
%13

Triadic Colors of #b8bbdf

#b8bbdf #dfb8bb #bbdfb8

Analogous Colors of #b8bbdf

#b8bbdf #c9b8df #b8cfdf

Monochromatic Colors of #b8bbdf

#b8bbdf

Complementary Color

#b8bbdf #dfdcb8

#b8bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbdf Color CSS Codes

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

#b8bbdf Text Font Color

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

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


#b8bbdf Background Color

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

This div background color is #b8bbdf


#b8bbdf Border Color

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

This div border color is #b8bbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbdf


Comments

No comments written yet.

Please login to write comment.