Color Hex Logo

#b6badb Color Hex

#B6BADB
(182,186,219)
0 Favorites   0 Comments

Color spaces of #b6badb

RGB 182186219
HSL0.650.340.79
HSV234°17°86°
CMYK 0.170.150.00   0.14
XYZ49.636550.177474.0869
Yxy50.17740.28540.2885
Hunter Lab70.83601.1162-12.4258
CIE-Lab76.17805.3277-16.9823

#b6badb color RGB value is (182,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11011011
Octal 266 272 333
Decimal 182 186 219
Hex B6 BA DB

RGB Percentages of Color #b6badb

%31.01
%31.69
%37.31

CMYK Percentages of Color #b6badb

%17
%15
%0
%14

Triadic Colors of #b6badb

#b6badb #dbb6ba #badbb6

Analogous Colors of #b6badb

#b6badb #c5b6db #b6cddb

Monochromatic Colors of #b6badb

#b6badb

Complementary Color

#b6badb #dbd7b6

#b6badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6badb Color CSS Codes

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

#b6badb Text Font Color

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

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


#b6badb Background Color

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

This div background color is #b6badb


#b6badb Border Color

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

This div border color is #b6badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6badb

#b6badb Color Palettes


Comments

No comments written yet.

Please login to write comment.