Color Hex Logo

#b2dbbf Color Hex

#B2DBBF
(178,219,191)
0 Favorites   0 Comments

Color spaces of #b2dbbf

RGB 178219191
HSL0.390.360.78
HSV139°19°86°
CMYK 0.190.000.13   0.14
XYZ53.095663.889658.8237
Yxy63.88960.30200.3634
Hunter Lab79.9310-21.307312.3183
CIE-Lab83.9083-18.84829.3657

#b2dbbf color RGB value is (178,219,191).

#b2dbbf hex color red value is 178, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b2dbbf hue: 0.39 , saturation: 0.36 and the lightness value of b2dbbf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011011 10111111
Octal 262 333 277
Decimal 178 219 191
Hex B2 DB BF

RGB Percentages of Color #b2dbbf

%30.27
%37.24
%32.48

CMYK Percentages of Color #b2dbbf

%19
%0
%13
%14

Triadic Colors of #b2dbbf

#b2dbbf #bfb2db #dbbfb2

Analogous Colors of #b2dbbf

#b2dbbf #b2dbd4 #badbb2

Monochromatic Colors of #b2dbbf

#b2dbbf

Complementary Color

#b2dbbf #dbb2ce

#b2dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dbbf Color CSS Codes

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

#b2dbbf Text Font Color

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

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


#b2dbbf Background Color

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

This div background color is #b2dbbf


#b2dbbf Border Color

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

This div border color is #b2dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dbbf

#b2dbbf Color Palettes


Comments

No comments written yet.

Please login to write comment.