Color Hex Logo

#b6cbef Color Hex

#B6CBEF
(182,203,239)
0 Favorites   0 Comments

Color spaces of #b6cbef

RGB 182203239
HSL0.610.640.83
HSV218°24°94°
CMYK 0.240.150.00   0.06
XYZ56.227358.889090.0646
Yxy58.88900.27400.2870
Hunter Lab76.7392-3.5054-15.8680
CIE-Lab81.23050.6357-20.1031

#b6cbef color RGB value is (182,203,239).

#b6cbef hex color red value is 182, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b6cbef hue: 0.61 , saturation: 0.64 and the lightness value of b6cbef is 0.83.

The process color (four color CMYK) of #b6cbef color hex is 0.24, 0.15, 0.00, 0.06. Web safe color of #b6cbef is #ccccff. Color #b6cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 11101111
Octal 266 313 357
Decimal 182 203 239
Hex B6 CB EF

RGB Percentages of Color #b6cbef

%29.17
%32.53
%38.30

CMYK Percentages of Color #b6cbef

%24
%15
%0
%6

Triadic Colors of #b6cbef

#b6cbef #efb6cb #cbefb6

Analogous Colors of #b6cbef

#b6cbef #beb6ef #b6e8ef

Monochromatic Colors of #b6cbef

#b6cbef

Complementary Color

#b6cbef #efdab6

#b6cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbef Color CSS Codes

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

#b6cbef Text Font Color

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

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


#b6cbef Background Color

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

This div background color is #b6cbef


#b6cbef Border Color

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

This div border color is #b6cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbef


Comments

No comments written yet.

Please login to write comment.