Color Hex Logo

#b6cafb Color Hex

#B6CAFB
(182,202,251)
0 Favorites   0 Comments

Color spaces of #b6cafb

RGB 182202251
HSL0.620.900.85
HSV223°27°98°
CMYK 0.270.200.00   0.02
XYZ57.824559.151299.6364
Yxy59.15120.26690.2731
Hunter Lab76.9098-0.3873-22.9731
CIE-Lab81.37463.9519-26.2829

#b6cafb color RGB value is (182,202,251).

#b6cafb hex color red value is 182, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b6cafb hue: 0.62 , saturation: 0.90 and the lightness value of b6cafb is 0.85.

The process color (four color CMYK) of #b6cafb color hex is 0.27, 0.20, 0.00, 0.02. Web safe color of #b6cafb is #ccccff. Color #b6cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 11111011
Octal 266 312 373
Decimal 182 202 251
Hex B6 CA FB

RGB Percentages of Color #b6cafb

%28.66
%31.81
%39.53

CMYK Percentages of Color #b6cafb

%27
%20
%0
%2

Triadic Colors of #b6cafb

#b6cafb #fbb6ca #cafbb6

Analogous Colors of #b6cafb

#b6cafb #c5b6fb #b6edfb

Monochromatic Colors of #b6cafb

#b6cafb

Complementary Color

#b6cafb #fbe7b6

#b6cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cafb Color CSS Codes

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

#b6cafb Text Font Color

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

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


#b6cafb Background Color

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

This div background color is #b6cafb


#b6cafb Border Color

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

This div border color is #b6cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cafb


Comments

No comments written yet.

Please login to write comment.