Color Hex Logo

#b6d6cb Color Hex

#B6D6CB
(182,214,203)
0 Favorites   0 Comments

Color spaces of #b6d6cb

RGB 182214203
HSL0.440.280.78
HSV159°15°84°
CMYK 0.150.000.05   0.16
XYZ54.117562.350065.6824
Yxy62.35000.29710.3423
Hunter Lab78.9620-15.84665.9546
CIE-Lab83.0992-12.73581.8712

#b6d6cb color RGB value is (182,214,203).

#b6d6cb hex color red value is 182, green value is 214 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b6d6cb hue: 0.44 , saturation: 0.28 and the lightness value of b6d6cb is 0.78.

The process color (four color CMYK) of #b6d6cb color hex is 0.15, 0.00, 0.05, 0.16. Web safe color of #b6d6cb is #cccccc. Color #b6d6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010110 11001011
Octal 266 326 313
Decimal 182 214 203
Hex B6 D6 CB

RGB Percentages of Color #b6d6cb

%30.38
%35.73
%33.89

CMYK Percentages of Color #b6d6cb

%15
%0
%5
%16

Triadic Colors of #b6d6cb

#b6d6cb #cbb6d6 #d6cbb6

Analogous Colors of #b6d6cb

#b6d6cb #b6d1d6 #b6d6bb

Monochromatic Colors of #b6d6cb

#b6d6cb

Complementary Color

#b6d6cb #d6b6c1

#b6d6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d6cb Color CSS Codes

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

#b6d6cb Text Font Color

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

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


#b6d6cb Background Color

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

This div background color is #b6d6cb


#b6d6cb Border Color

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

This div border color is #b6d6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d6cb


Comments

No comments written yet.

Please login to write comment.