Color Hex Logo

#b6dbba Color Hex

#B6DBBA
(182,219,186)
0 Favorites   0 Comments

Color spaces of #b6dbba

RGB 182219186
HSL0.350.340.79
HSV126°17°86°
CMYK 0.170.000.15   0.14
XYZ53.485864.153356.0182
Yxy64.15330.30800.3694
Hunter Lab80.0958-20.970114.6002
CIE-Lab84.0455-18.433512.2343

#b6dbba color RGB value is (182,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 10111010
Octal 266 333 272
Decimal 182 219 186
Hex B6 DB BA

RGB Percentages of Color #b6dbba

%31.01
%37.31
%31.69

CMYK Percentages of Color #b6dbba

%17
%0
%15
%14

Triadic Colors of #b6dbba

#b6dbba #bab6db #dbbab6

Analogous Colors of #b6dbba

#b6dbba #b6dbcd #c5dbb6

Monochromatic Colors of #b6dbba

#b6dbba

Complementary Color

#b6dbba #dbb6d7

#b6dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbba Color CSS Codes

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

#b6dbba Text Font Color

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

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


#b6dbba Background Color

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

This div background color is #b6dbba


#b6dbba Border Color

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

This div border color is #b6dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbba


Comments

No comments written yet.

Please login to write comment.