Color Hex Logo

#b6b6dc Color Hex

#B6B6DC
(182,182,220)
0 Favorites   0 Comments

Color spaces of #b6b6dc

RGB 182182220
HSL0.670.350.79
HSV240°17°86°
CMYK 0.170.170.00   0.14
XYZ48.937648.568374.5055
Yxy48.56830.28450.2824
Hunter Lab69.69103.3851-14.6023
CIE-Lab75.18207.7223-19.0304

#b6b6dc color RGB value is (182,182,220).

#b6b6dc hex color red value is 182, green value is 182 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b6b6dc hue: 0.67 , saturation: 0.35 and the lightness value of b6b6dc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110110 11011100
Octal 266 266 334
Decimal 182 182 220
Hex B6 B6 DC

RGB Percentages of Color #b6b6dc

%31.16
%31.16
%37.67

CMYK Percentages of Color #b6b6dc

%17
%17
%0
%14

Triadic Colors of #b6b6dc

#b6b6dc #dcb6b6 #b6dcb6

Analogous Colors of #b6b6dc

#b6b6dc #c9b6dc #b6c9dc

Monochromatic Colors of #b6b6dc

#b6b6dc

Complementary Color

#b6b6dc #dcdcb6

#b6b6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b6dc Color CSS Codes

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

#b6b6dc Text Font Color

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

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


#b6b6dc Background Color

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

This div background color is #b6b6dc


#b6b6dc Border Color

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

This div border color is #b6b6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b6dc


Comments

No comments written yet.

Please login to write comment.