Color Hex Logo

#b2badb Color Hex

#B2BADB
(178,186,219)
0 Favorites   0 Comments

Color spaces of #b2badb

RGB 178186219
HSL0.630.360.78
HSV228°19°86°
CMYK 0.190.150.00   0.14
XYZ48.705249.697374.0433
Yxy49.69730.28240.2882
Hunter Lab70.4963-0.0447-12.9257
CIE-Lab75.88314.0649-17.4563

#b2badb color RGB value is (178,186,219).

#b2badb hex color red value is 178, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b2badb hue: 0.63 , saturation: 0.36 and the lightness value of b2badb is 0.78.

The process color (four color CMYK) of #b2badb color hex is 0.19, 0.15, 0.00, 0.14. Web safe color of #b2badb is #99cccc. Color #b2badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11011011
Octal 262 272 333
Decimal 178 186 219
Hex B2 BA DB

RGB Percentages of Color #b2badb

%30.53
%31.90
%37.56

CMYK Percentages of Color #b2badb

%19
%15
%0
%14

Triadic Colors of #b2badb

#b2badb #dbb2ba #badbb2

Analogous Colors of #b2badb

#b2badb #bfb2db #b2cfdb

Monochromatic Colors of #b2badb

#b2badb

Complementary Color

#b2badb #dbd3b2

#b2badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2badb Color CSS Codes

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

#b2badb Text Font Color

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

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


#b2badb Background Color

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

This div background color is #b2badb


#b2badb Border Color

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

This div border color is #b2badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2badb


Comments

No comments written yet.

Please login to write comment.