Color Hex Logo

#b1dbba Color Hex

#B1DBBA
(177,219,186)
0 Favorites   0 Comments

Color spaces of #b1dbba

RGB 177219186
HSL0.370.370.78
HSV133°19°86°
CMYK 0.190.000.15   0.14
XYZ52.325963.555355.9639
Yxy63.55530.30450.3698
Hunter Lab79.7216-22.352814.1840
CIE-Lab83.7337-20.095311.7485

#b1dbba color RGB value is (177,219,186).

#b1dbba hex color red value is 177, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b1dbba hue: 0.37 , saturation: 0.37 and the lightness value of b1dbba is 0.78.

The process color (four color CMYK) of #b1dbba color hex is 0.19, 0.00, 0.15, 0.14. Web safe color of #b1dbba is #99cccc. Color #b1dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 10111010
Octal 261 333 272
Decimal 177 219 186
Hex B1 DB BA

RGB Percentages of Color #b1dbba

%30.41
%37.63
%31.96

CMYK Percentages of Color #b1dbba

%19
%0
%15
%14

Triadic Colors of #b1dbba

#b1dbba #bab1db #dbbab1

Analogous Colors of #b1dbba

#b1dbba #b1dbcf #bddbb1

Monochromatic Colors of #b1dbba

#b1dbba

Complementary Color

#b1dbba #dbb1d2

#b1dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dbba Color CSS Codes

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

#b1dbba Text Font Color

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

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


#b1dbba Background Color

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

This div background color is #b1dbba


#b1dbba Border Color

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

This div border color is #b1dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dbba


Comments

No comments written yet.

Please login to write comment.