Color Hex Logo

#b6dbce Color Hex

#B6DBCE
(182,219,206)
0 Favorites   0 Comments

Color spaces of #b6dbce

RGB 182219206
HSL0.440.340.79
HSV159°17°86°
CMYK 0.170.000.06   0.14
XYZ55.763565.064468.0121
Yxy65.06440.29530.3445
Hunter Lab80.6625-17.75906.4723
CIE-Lab84.5169-14.68702.3407

#b6dbce color RGB value is (182,219,206).

#b6dbce hex color red value is 182, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b6dbce hue: 0.44 , saturation: 0.34 and the lightness value of b6dbce is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11001110
Octal 266 333 316
Decimal 182 219 206
Hex B6 DB CE

RGB Percentages of Color #b6dbce

%29.98
%36.08
%33.94

CMYK Percentages of Color #b6dbce

%17
%0
%6
%14

Triadic Colors of #b6dbce

#b6dbce #ceb6db #dbceb6

Analogous Colors of #b6dbce

#b6dbce #b6d6db #b6dbbc

Monochromatic Colors of #b6dbce

#b6dbce

Complementary Color

#b6dbce #dbb6c3

#b6dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbce Color CSS Codes

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

#b6dbce Text Font Color

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

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


#b6dbce Background Color

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

This div background color is #b6dbce


#b6dbce Border Color

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

This div border color is #b6dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbce

#b6dbce Color Palettes


Comments

No comments written yet.

Please login to write comment.