Color Hex Logo

#b9dbcb Color Hex

#B9DBCB
(185,219,203)
0 Favorites   0 Comments

Color spaces of #b9dbcb

RGB 185219203
HSL0.420.320.79
HSV152°16°86°
CMYK 0.160.000.07   0.14
XYZ56.118665.289166.1442
Yxy65.28910.29920.3481
Hunter Lab80.8017-17.43068.0264
CIE-Lab84.6325-14.29864.1197

#b9dbcb color RGB value is (185,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11001011
Octal 271 333 313
Decimal 185 219 203
Hex B9 DB CB

RGB Percentages of Color #b9dbcb

%30.48
%36.08
%33.44

CMYK Percentages of Color #b9dbcb

%16
%0
%7
%14

Triadic Colors of #b9dbcb

#b9dbcb #cbb9db #dbcbb9

Analogous Colors of #b9dbcb

#b9dbcb #b9dadb #b9dbba

Monochromatic Colors of #b9dbcb

#b9dbcb

Complementary Color

#b9dbcb #dbb9c9

#b9dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbcb Color CSS Codes

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

#b9dbcb Text Font Color

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

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


#b9dbcb Background Color

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

This div background color is #b9dbcb


#b9dbcb Border Color

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

This div border color is #b9dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbcb


Comments

No comments written yet.

Please login to write comment.