Color Hex Logo

#b3dbbb Color Hex

#B3DBBB
(179,219,187)
0 Favorites   0 Comments

Color spaces of #b3dbbb

RGB 179219187
HSL0.370.360.78
HSV132°18°86°
CMYK 0.180.000.15   0.14
XYZ52.891663.834656.5473
Yxy63.83460.30520.3684
Hunter Lab79.8966-21.651813.9647
CIE-Lab83.8796-19.252611.4452

#b3dbbb color RGB value is (179,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 10111011
Octal 263 333 273
Decimal 179 219 187
Hex B3 DB BB

RGB Percentages of Color #b3dbbb

%30.60
%37.44
%31.97

CMYK Percentages of Color #b3dbbb

%18
%0
%15
%14

Triadic Colors of #b3dbbb

#b3dbbb #bbb3db #dbbbb3

Analogous Colors of #b3dbbb

#b3dbbb #b3dbcf #bfdbb3

Monochromatic Colors of #b3dbbb

#b3dbbb

Complementary Color

#b3dbbb #dbb3d3

#b3dbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbbb Color CSS Codes

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

#b3dbbb Text Font Color

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

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


#b3dbbb Background Color

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

This div background color is #b3dbbb


#b3dbbb Border Color

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

This div border color is #b3dbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbbb


Comments

No comments written yet.

Please login to write comment.