Color Hex Logo

#b6cbdd Color Hex

#B6CBDD
(182,203,221)
0 Favorites   0 Comments

Color spaces of #b6cbdd

RGB 182203221
HSL0.580.360.79
HSV208°18°87°
CMYK 0.180.080.00   0.13
XYZ53.698557.877476.7479
Yxy57.87740.28510.3073
Hunter Lab76.0772-7.1423-6.5587
CIE-Lab80.6706-3.3399-11.3179

#b6cbdd color RGB value is (182,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 11011101
Octal 266 313 335
Decimal 182 203 221
Hex B6 CB DD

RGB Percentages of Color #b6cbdd

%30.03
%33.50
%36.47

CMYK Percentages of Color #b6cbdd

%18
%8
%0
%13

Triadic Colors of #b6cbdd

#b6cbdd #ddb6cb #cbddb6

Analogous Colors of #b6cbdd

#b6cbdd #b6b8dd #b6dddc

Monochromatic Colors of #b6cbdd

#b6cbdd

Complementary Color

#b6cbdd #ddc8b6

#b6cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbdd Color CSS Codes

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

#b6cbdd Text Font Color

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

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


#b6cbdd Background Color

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

This div background color is #b6cbdd


#b6cbdd Border Color

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

This div border color is #b6cbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,203,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 #b6cbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbdd


Comments

No comments written yet.

Please login to write comment.