Color Hex Logo

#b9dbba Color Hex

#B9DBBA
(185,219,186)
0 Favorites   0 Comments

Color spaces of #b9dbba

RGB 185219186
HSL0.340.320.79
HSV122°16°86°
CMYK 0.160.000.15   0.14
XYZ54.202064.522556.0517
Yxy64.52250.31010.3692
Hunter Lab80.3259-20.122814.8554
CIE-Lab84.2371-17.424812.5326

#b9dbba color RGB value is (185,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 10111010
Octal 271 333 272
Decimal 185 219 186
Hex B9 DB BA

RGB Percentages of Color #b9dbba

%31.36
%37.12
%31.53

CMYK Percentages of Color #b9dbba

%16
%0
%15
%14

Triadic Colors of #b9dbba

#b9dbba #bab9db #dbbab9

Analogous Colors of #b9dbba

#b9dbba #b9dbcb #c9dbb9

Monochromatic Colors of #b9dbba

#b9dbba

Complementary Color

#b9dbba #dbb9da

#b9dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbba Color CSS Codes

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

#b9dbba Text Font Color

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

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


#b9dbba Background Color

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

This div background color is #b9dbba


#b9dbba Border Color

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

This div border color is #b9dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbba


Comments

No comments written yet.

Please login to write comment.