Color Hex Logo

#b3dbbd Color Hex

#B3DBBD
(179,219,189)
0 Favorites   0 Comments

Color spaces of #b3dbbd

RGB 179219189
HSL0.380.360.78
HSV135°18°86°
CMYK 0.180.000.14   0.14
XYZ53.107263.920957.6830
Yxy63.92090.30400.3659
Hunter Lab79.9505-21.344713.1886
CIE-Lab83.9246-18.888510.4537

#b3dbbd color RGB value is (179,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 10111101
Octal 263 333 275
Decimal 179 219 189
Hex B3 DB BD

RGB Percentages of Color #b3dbbd

%30.49
%37.31
%32.20

CMYK Percentages of Color #b3dbbd

%18
%0
%14
%14

Triadic Colors of #b3dbbd

#b3dbbd #bdb3db #dbbdb3

Analogous Colors of #b3dbbd

#b3dbbd #b3dbd1 #bddbb3

Monochromatic Colors of #b3dbbd

#b3dbbd

Complementary Color

#b3dbbd #dbb3d1

#b3dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbbd Color CSS Codes

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

#b3dbbd Text Font Color

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

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


#b3dbbd Background Color

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

This div background color is #b3dbbd


#b3dbbd Border Color

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

This div border color is #b3dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbbd


Comments

No comments written yet.

Please login to write comment.