Color Hex Logo

#b6dcbc Color Hex

#B6DCBC
(182,220,188)
0 Favorites   0 Comments

Color spaces of #b6dcbc

RGB 182220188
HSL0.360.350.79
HSV129°17°86°
CMYK 0.170.000.15   0.14
XYZ53.961764.762357.2332
Yxy64.76230.30670.3681
Hunter Lab80.4750-21.140014.1659
CIE-Lab84.3611-18.573111.6280

#b6dcbc color RGB value is (182,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 10111100
Octal 266 334 274
Decimal 182 220 188
Hex B6 DC BC

RGB Percentages of Color #b6dcbc

%30.85
%37.29
%31.86

CMYK Percentages of Color #b6dcbc

%17
%0
%15
%14

Triadic Colors of #b6dcbc

#b6dcbc #bcb6dc #dcbcb6

Analogous Colors of #b6dcbc

#b6dcbc #b6dccf #c3dcb6

Monochromatic Colors of #b6dcbc

#b6dcbc

Complementary Color

#b6dcbc #dcb6d6

#b6dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcbc Color CSS Codes

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

#b6dcbc Text Font Color

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

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


#b6dcbc Background Color

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

This div background color is #b6dcbc


#b6dcbc Border Color

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

This div border color is #b6dcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,220,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcbc


Comments

No comments written yet.

Please login to write comment.