Color Hex Logo

#b6cbeb Color Hex

#B6CBEB
(182,203,235)
0 Favorites   0 Comments

Color spaces of #b6cbeb

RGB 182203235
HSL0.600.570.82
HSV216°23°92°
CMYK 0.230.140.00   0.08
XYZ55.642758.655186.9861
Yxy58.65510.27640.2914
Hunter Lab76.5866-4.3405-13.7302
CIE-Lab81.1016-0.2685-18.1614

#b6cbeb color RGB value is (182,203,235).

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

The process color (four color CMYK) of #b6cbeb color hex is 0.23, 0.14, 0.00, 0.08. Web safe color of #b6cbeb is #ccccff. Color #b6cbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 11101011
Octal 266 313 353
Decimal 182 203 235
Hex B6 CB EB

RGB Percentages of Color #b6cbeb

%29.35
%32.74
%37.90

CMYK Percentages of Color #b6cbeb

%23
%14
%0
%8

Triadic Colors of #b6cbeb

#b6cbeb #ebb6cb #cbebb6

Analogous Colors of #b6cbeb

#b6cbeb #bcb6eb #b6e6eb

Monochromatic Colors of #b6cbeb

#b6cbeb

Complementary Color

#b6cbeb #ebd6b6

#b6cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbeb Color CSS Codes

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

#b6cbeb Text Font Color

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

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


#b6cbeb Background Color

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

This div background color is #b6cbeb


#b6cbeb Border Color

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

This div border color is #b6cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbeb


Comments

No comments written yet.

Please login to write comment.