Color Hex Logo

#b6bada Color Hex

#B6BADA
(182,186,218)
0 Favorites   0 Comments

Color spaces of #b6bada

RGB 182186218
HSL0.650.330.78
HSV233°17°85°
CMYK 0.170.150.00   0.15
XYZ49.505250.124973.3955
Yxy50.12490.28610.2897
Hunter Lab70.79890.9156-11.9052
CIE-Lab76.14595.1110-16.4889

#b6bada color RGB value is (182,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11011010
Octal 266 272 332
Decimal 182 186 218
Hex B6 BA DA

RGB Percentages of Color #b6bada

%31.06
%31.74
%37.20

CMYK Percentages of Color #b6bada

%17
%15
%0
%15

Triadic Colors of #b6bada

#b6bada #dab6ba #badab6

Analogous Colors of #b6bada

#b6bada #c4b6da #b6ccda

Monochromatic Colors of #b6bada

#b6bada

Complementary Color

#b6bada #dad6b6

#b6bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bada Color CSS Codes

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

#b6bada Text Font Color

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

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


#b6bada Background Color

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

This div background color is #b6bada


#b6bada Border Color

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

This div border color is #b6bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bada


Comments

No comments written yet.

Please login to write comment.