Color Hex Logo

#b6dcbd Color Hex

#B6DCBD
(182,220,189)
0 Favorites   0 Comments

Color spaces of #b6dcbd

RGB 182220189
HSL0.360.350.79
HSV131°17°86°
CMYK 0.170.000.14   0.14
XYZ54.069964.805657.8031
Yxy64.80560.30600.3668
Hunter Lab80.5019-20.987113.7791
CIE-Lab84.3835-18.392911.1326

#b6dcbd color RGB value is (182,220,189).

#b6dcbd hex color red value is 182, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6dcbd hue: 0.36 , saturation: 0.35 and the lightness value of b6dcbd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 10111101
Octal 266 334 275
Decimal 182 220 189
Hex B6 DC BD

RGB Percentages of Color #b6dcbd

%30.80
%37.23
%31.98

CMYK Percentages of Color #b6dcbd

%17
%0
%14
%14

Triadic Colors of #b6dcbd

#b6dcbd #bdb6dc #dcbdb6

Analogous Colors of #b6dcbd

#b6dcbd #b6dcd0 #c2dcb6

Monochromatic Colors of #b6dcbd

#b6dcbd

Complementary Color

#b6dcbd #dcb6d5

#b6dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcbd Color CSS Codes

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

#b6dcbd Text Font Color

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

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


#b6dcbd Background Color

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

This div background color is #b6dcbd


#b6dcbd Border Color

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

This div border color is #b6dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcbd


Comments

No comments written yet.

Please login to write comment.