Color Hex Logo

#b8dbba Color Hex

#B8DBBA
(184,219,186)
0 Favorites   0 Comments

Color spaces of #b8dbba

RGB 184219186
HSL0.340.330.79
HSV123°16°86°
CMYK 0.160.000.15   0.14
XYZ53.961664.398656.0405
Yxy64.39860.30940.3693
Hunter Lab80.2487-20.406714.7698
CIE-Lab84.1729-17.762012.4326

#b8dbba color RGB value is (184,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 10111010
Octal 270 333 272
Decimal 184 219 186
Hex B8 DB BA

RGB Percentages of Color #b8dbba

%31.24
%37.18
%31.58

CMYK Percentages of Color #b8dbba

%16
%0
%15
%14

Triadic Colors of #b8dbba

#b8dbba #bab8db #dbbab8

Analogous Colors of #b8dbba

#b8dbba #b8dbcc #c8dbb8

Monochromatic Colors of #b8dbba

#b8dbba

Complementary Color

#b8dbba #dbb8d9

#b8dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbba Color CSS Codes

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

#b8dbba Text Font Color

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

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


#b8dbba Background Color

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

This div background color is #b8dbba


#b8dbba Border Color

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

This div border color is #b8dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbba


Comments

No comments written yet.

Please login to write comment.