Color Hex Logo

#b6badd Color Hex

#B6BADD
(182,186,221)
0 Favorites   0 Comments

Color spaces of #b6badd

RGB 182186221
HSL0.650.360.79
HSV234°18°87°
CMYK 0.180.160.00   0.13
XYZ49.901550.283475.4822
Yxy50.28340.28410.2862
Hunter Lab70.91081.5205-13.4747
CIE-Lab76.24295.7634-17.9680

#b6badd color RGB value is (182,186,221).

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

The process color (four color CMYK) of #b6badd color hex is 0.18, 0.16, 0.00, 0.13. Web safe color of #b6badd is #cccccc. Color #b6badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11011101
Octal 266 272 335
Decimal 182 186 221
Hex B6 BA DD

RGB Percentages of Color #b6badd

%30.90
%31.58
%37.52

CMYK Percentages of Color #b6badd

%18
%16
%0
%13

Triadic Colors of #b6badd

#b6badd #ddb6ba #baddb6

Analogous Colors of #b6badd

#b6badd #c6b6dd #b6cedd

Monochromatic Colors of #b6badd

#b6badd

Complementary Color

#b6badd #ddd9b6

#b6badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6badd Color CSS Codes

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

#b6badd Text Font Color

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

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


#b6badd Background Color

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

This div background color is #b6badd


#b6badd Border Color

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

This div border color is #b6badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6badd


Comments

No comments written yet.

Please login to write comment.