Color Hex Logo

#b9dbce Color Hex

#B9DBCE
(185,219,206)
0 Favorites   0 Comments

Color spaces of #b9dbce

RGB 185219206
HSL0.440.320.79
HSV157°16°86°
CMYK 0.160.000.06   0.14
XYZ56.479765.433668.0457
Yxy65.43360.29730.3445
Hunter Lab80.8910-16.92716.7489
CIE-Lab84.7067-13.72062.6398

#b9dbce color RGB value is (185,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11001110
Octal 271 333 316
Decimal 185 219 206
Hex B9 DB CE

RGB Percentages of Color #b9dbce

%30.33
%35.90
%33.77

CMYK Percentages of Color #b9dbce

%16
%0
%6
%14

Triadic Colors of #b9dbce

#b9dbce #ceb9db #dbceb9

Analogous Colors of #b9dbce

#b9dbce #b9d7db #b9dbbd

Monochromatic Colors of #b9dbce

#b9dbce

Complementary Color

#b9dbce #dbb9c6

#b9dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbce Color CSS Codes

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

#b9dbce Text Font Color

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

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


#b9dbce Background Color

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

This div background color is #b9dbce


#b9dbce Border Color

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

This div border color is #b9dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbce


Comments

No comments written yet.

Please login to write comment.