Color Hex Logo

#b6cbdb Color Hex

#B6CBDB
(182,203,219)
0 Favorites   0 Comments

Color spaces of #b6cbdb

RGB 182203219
HSL0.570.340.79
HSV206°17°86°
CMYK 0.170.070.00   0.14
XYZ53.433557.771475.3526
Yxy57.77140.28640.3097
Hunter Lab76.0075-7.5271-5.5739
CIE-Lab80.6115-3.7664-10.3345

#b6cbdb color RGB value is (182,203,219).

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

The process color (four color CMYK) of #b6cbdb color hex is 0.17, 0.07, 0.00, 0.14. Web safe color of #b6cbdb is #cccccc. Color #b6cbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 11011011
Octal 266 313 333
Decimal 182 203 219
Hex B6 CB DB

RGB Percentages of Color #b6cbdb

%30.13
%33.61
%36.26

CMYK Percentages of Color #b6cbdb

%17
%7
%0
%14

Triadic Colors of #b6cbdb

#b6cbdb #dbb6cb #cbdbb6

Analogous Colors of #b6cbdb

#b6cbdb #b6b9db #b6dbd9

Monochromatic Colors of #b6cbdb

#b6cbdb

Complementary Color

#b6cbdb #dbc6b6

#b6cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbdb Color CSS Codes

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

#b6cbdb Text Font Color

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

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


#b6cbdb Background Color

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

This div background color is #b6cbdb


#b6cbdb Border Color

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

This div border color is #b6cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbdb


Comments

No comments written yet.

Please login to write comment.