Color Hex Logo

#b1dbbd Color Hex

#B1DBBD
(177,219,189)
0 Favorites   0 Comments

Color spaces of #b1dbbd

RGB 177219189
HSL0.380.370.78
HSV137°19°86°
CMYK 0.190.000.14   0.14
XYZ52.648363.684357.6615
Yxy63.68430.30260.3660
Hunter Lab79.8024-21.891913.0215
CIE-Lab83.8011-19.546010.2609

#b1dbbd color RGB value is (177,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 10111101
Octal 261 333 275
Decimal 177 219 189
Hex B1 DB BD

RGB Percentages of Color #b1dbbd

%30.26
%37.44
%32.31

CMYK Percentages of Color #b1dbbd

%19
%0
%14
%14

Triadic Colors of #b1dbbd

#b1dbbd #bdb1db #dbbdb1

Analogous Colors of #b1dbbd

#b1dbbd #b1dbd2 #badbb1

Monochromatic Colors of #b1dbbd

#b1dbbd

Complementary Color

#b1dbbd #dbb1cf

#b1dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dbbd Color CSS Codes

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

#b1dbbd Text Font Color

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

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


#b1dbbd Background Color

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

This div background color is #b1dbbd


#b1dbbd Border Color

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

This div border color is #b1dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dbbd


Comments

No comments written yet.

Please login to write comment.