Color Hex Logo

#b6d6cc Color Hex

#B6D6CC
(182,214,204)
0 Favorites   0 Comments

Color spaces of #b6d6cc

RGB 182214204
HSL0.450.280.78
HSV161°15°84°
CMYK 0.150.000.05   0.16
XYZ54.237162.397966.3121
Yxy62.39790.29650.3411
Hunter Lab78.9923-15.67635.5222
CIE-Lab83.1246-12.54011.3766

#b6d6cc color RGB value is (182,214,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010110 11001100
Octal 266 326 314
Decimal 182 214 204
Hex B6 D6 CC

RGB Percentages of Color #b6d6cc

%30.33
%35.67
%34.00

CMYK Percentages of Color #b6d6cc

%15
%0
%5
%16

Triadic Colors of #b6d6cc

#b6d6cc #ccb6d6 #d6ccb6

Analogous Colors of #b6d6cc

#b6d6cc #b6d0d6 #b6d6bc

Monochromatic Colors of #b6d6cc

#b6d6cc

Complementary Color

#b6d6cc #d6b6c0

#b6d6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d6cc Color CSS Codes

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

#b6d6cc Text Font Color

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

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


#b6d6cc Background Color

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

This div background color is #b6d6cc


#b6d6cc Border Color

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

This div border color is #b6d6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d6cc


Comments

No comments written yet.

Please login to write comment.