Color Hex Logo

#b6ccdd Color Hex

#B6CCDD
(182,204,221)
0 Favorites   0 Comments

Color spaces of #b6ccdd

RGB 182204221
HSL0.570.360.79
HSV206°18°87°
CMYK 0.180.080.00   0.13
XYZ53.935458.351376.8268
Yxy58.35130.28520.3086
Hunter Lab76.3880-7.6453-6.1589
CIE-Lab80.9337-3.8671-10.9252

#b6ccdd color RGB value is (182,204,221).

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

The process color (four color CMYK) of #b6ccdd color hex is 0.18, 0.08, 0.00, 0.13. Web safe color of #b6ccdd is #cccccc. Color #b6ccdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11011101
Octal 266 314 335
Decimal 182 204 221
Hex B6 CC DD

RGB Percentages of Color #b6ccdd

%29.98
%33.61
%36.41

CMYK Percentages of Color #b6ccdd

%18
%8
%0
%13

Triadic Colors of #b6ccdd

#b6ccdd #ddb6cc #ccddb6

Analogous Colors of #b6ccdd

#b6ccdd #b6b9dd #b6dddb

Monochromatic Colors of #b6ccdd

#b6ccdd

Complementary Color

#b6ccdd #ddc7b6

#b6ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccdd Color CSS Codes

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

#b6ccdd Text Font Color

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

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


#b6ccdd Background Color

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

This div background color is #b6ccdd


#b6ccdd Border Color

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

This div border color is #b6ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccdd


Comments

No comments written yet.

Please login to write comment.