Color Hex Logo

#b6ccd8 Color Hex

#B6CCD8
(182,204,216)
0 Favorites   0 Comments

Color spaces of #b6ccd8

RGB 182204216
HSL0.560.300.78
HSV201°16°85°
CMYK 0.160.060.00   0.15
XYZ53.278958.088773.3699
Yxy58.08870.28840.3144
Hunter Lab76.2159-8.5971-3.7248
CIE-Lab80.7881-4.9258-8.4646

#b6ccd8 color RGB value is (182,204,216).

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

The process color (four color CMYK) of #b6ccd8 color hex is 0.16, 0.06, 0.00, 0.15. Web safe color of #b6ccd8 is #cccccc. Color #b6ccd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11011000
Octal 266 314 330
Decimal 182 204 216
Hex B6 CC D8

RGB Percentages of Color #b6ccd8

%30.23
%33.89
%35.88

CMYK Percentages of Color #b6ccd8

%16
%6
%0
%15

Triadic Colors of #b6ccd8

#b6ccd8 #d8b6cc #ccd8b6

Analogous Colors of #b6ccd8

#b6ccd8 #b6bbd8 #b6d8d3

Monochromatic Colors of #b6ccd8

#b6ccd8

Complementary Color

#b6ccd8 #d8c2b6

#b6ccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccd8 Color CSS Codes

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

#b6ccd8 Text Font Color

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

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


#b6ccd8 Background Color

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

This div background color is #b6ccd8


#b6ccd8 Border Color

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

This div border color is #b6ccd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccd8


Comments

No comments written yet.

Please login to write comment.