Color Hex Logo

#b8badb Color Hex

#B8BADB
(184,186,219)
0 Favorites   0 Comments

Color spaces of #b8badb

RGB 184186219
HSL0.660.330.79
HSV237°16°86°
CMYK 0.160.150.00   0.14
XYZ50.112350.422674.1092
Yxy50.42260.28690.2887
Hunter Lab71.00891.7053-12.1725
CIE-Lab76.32795.9641-16.7415

#b8badb color RGB value is (184,186,219).

#b8badb hex color red value is 184, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b8badb hue: 0.66 , saturation: 0.33 and the lightness value of b8badb is 0.79.

The process color (four color CMYK) of #b8badb color hex is 0.16, 0.15, 0.00, 0.14. Web safe color of #b8badb is #cccccc. Color #b8badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 11011011
Octal 270 272 333
Decimal 184 186 219
Hex B8 BA DB

RGB Percentages of Color #b8badb

%31.24
%31.58
%37.18

CMYK Percentages of Color #b8badb

%16
%15
%0
%14

Triadic Colors of #b8badb

#b8badb #dbb8ba #badbb8

Analogous Colors of #b8badb

#b8badb #c8b8db #b8ccdb

Monochromatic Colors of #b8badb

#b8badb

Complementary Color

#b8badb #dbd9b8

#b8badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8badb Color CSS Codes

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

#b8badb Text Font Color

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

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


#b8badb Background Color

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

This div background color is #b8badb


#b8badb Border Color

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

This div border color is #b8badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8badb


Comments

No comments written yet.

Please login to write comment.