Color Hex Logo

#b2dbbb Color Hex

#B2DBBB
(178,219,187)
0 Favorites   0 Comments

Color spaces of #b2dbbb

RGB 178219187
HSL0.370.360.78
HSV133°19°86°
CMYK 0.190.000.15   0.14
XYZ52.661363.715956.5366
Yxy63.71590.30460.3685
Hunter Lab79.8222-21.926713.8816
CIE-Lab83.8176-19.583411.3485

#b2dbbb color RGB value is (178,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011011 10111011
Octal 262 333 273
Decimal 178 219 187
Hex B2 DB BB

RGB Percentages of Color #b2dbbb

%30.48
%37.50
%32.02

CMYK Percentages of Color #b2dbbb

%19
%0
%15
%14

Triadic Colors of #b2dbbb

#b2dbbb #bbb2db #dbbbb2

Analogous Colors of #b2dbbb

#b2dbbb #b2dbd0 #bedbb2

Monochromatic Colors of #b2dbbb

#b2dbbb

Complementary Color

#b2dbbb #dbb2d2

#b2dbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dbbb Color CSS Codes

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

#b2dbbb Text Font Color

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

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


#b2dbbb Background Color

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

This div background color is #b2dbbb


#b2dbbb Border Color

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

This div border color is #b2dbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dbbb


Comments

No comments written yet.

Please login to write comment.