Color Hex Logo

#b7badb Color Hex

#B7BADB
(183,186,219)
0 Favorites   0 Comments

Color spaces of #b7badb

RGB 183186219
HSL0.650.330.79
HSV235°16°86°
CMYK 0.160.150.00   0.14
XYZ49.873550.299674.0980
Yxy50.29960.28620.2886
Hunter Lab70.92221.4099-12.2994
CIE-Lab76.25285.6453-16.8622

#b7badb color RGB value is (183,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 11011011
Octal 267 272 333
Decimal 183 186 219
Hex B7 BA DB

RGB Percentages of Color #b7badb

%31.12
%31.63
%37.24

CMYK Percentages of Color #b7badb

%16
%15
%0
%14

Triadic Colors of #b7badb

#b7badb #dbb7ba #badbb7

Analogous Colors of #b7badb

#b7badb #c6b7db #b7ccdb

Monochromatic Colors of #b7badb

#b7badb

Complementary Color

#b7badb #dbd8b7

#b7badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7badb Color CSS Codes

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

#b7badb Text Font Color

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

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


#b7badb Background Color

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

This div background color is #b7badb


#b7badb Border Color

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

This div border color is #b7badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7badb


Comments

No comments written yet.

Please login to write comment.