Color Hex Logo

#b3d3bb Color Hex

#B3D3BB
(179,211,187)
0 Favorites   0 Comments

Color spaces of #b3d3bb

RGB 179211187
HSL0.380.270.76
HSV135°15°83°
CMYK 0.150.000.11   0.17
XYZ50.854359.760155.8683
Yxy59.76010.30550.3590
Hunter Lab77.3047-17.858211.2642
CIE-Lab81.7076-15.24048.3465

#b3d3bb color RGB value is (179,211,187).

#b3d3bb hex color red value is 179, green value is 211 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b3d3bb hue: 0.38 , saturation: 0.27 and the lightness value of b3d3bb is 0.76.

The process color (four color CMYK) of #b3d3bb color hex is 0.15, 0.00, 0.11, 0.17. Web safe color of #b3d3bb is #cccccc. Color #b3d3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11010011 10111011
Octal 263 323 273
Decimal 179 211 187
Hex B3 D3 BB

RGB Percentages of Color #b3d3bb

%31.02
%36.57
%32.41

CMYK Percentages of Color #b3d3bb

%15
%0
%11
%17

Triadic Colors of #b3d3bb

#b3d3bb #bbb3d3 #d3bbb3

Analogous Colors of #b3d3bb

#b3d3bb #b3d3cb #bbd3b3

Monochromatic Colors of #b3d3bb

#b3d3bb

Complementary Color

#b3d3bb #d3b3cb

#b3d3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3d3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3d3bb Color CSS Codes

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

#b3d3bb Text Font Color

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

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


#b3d3bb Background Color

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

This div background color is #b3d3bb


#b3d3bb Border Color

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

This div border color is #b3d3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3d3bb

#b3d3bb Color Palettes


Comments

No comments written yet.

Please login to write comment.