Color Hex Logo

#b5badb Color Hex

#B5BADB
(181,186,219)
0 Favorites   0 Comments

Color spaces of #b5badb

RGB 181186219
HSL0.640.350.78
HSV232°17°86°
CMYK 0.170.150.00   0.14
XYZ49.401150.056074.0759
Yxy50.05600.28470.2885
Hunter Lab70.75030.8240-12.5518
CIE-Lab76.10365.0109-17.1019

#b5badb color RGB value is (181,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111010 11011011
Octal 265 272 333
Decimal 181 186 219
Hex B5 BA DB

RGB Percentages of Color #b5badb

%30.89
%31.74
%37.37

CMYK Percentages of Color #b5badb

%17
%15
%0
%14

Triadic Colors of #b5badb

#b5badb #dbb5ba #badbb5

Analogous Colors of #b5badb

#b5badb #c3b5db #b5cddb

Monochromatic Colors of #b5badb

#b5badb

Complementary Color

#b5badb #dbd6b5

#b5badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5badb Color CSS Codes

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

#b5badb Text Font Color

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

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


#b5badb Background Color

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

This div background color is #b5badb


#b5badb Border Color

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

This div border color is #b5badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5badb


Comments

No comments written yet.

Please login to write comment.