Color Hex Logo

#b6fbff Color Hex

#B6FBFF
(182,251,255)
0 Favorites   0 Comments

Color spaces of #b6fbff

RGB 182251255
HSL0.511.000.86
HSV183°29°100°
CMYK 0.290.020.00   0.00
XYZ71.838686.1594107.4519
Yxy86.15940.27060.3246
Hunter Lab92.8221-24.2906-3.6593
CIE-Lab94.3805-20.3253-8.8088

#b6fbff color RGB value is (182,251,255).

#b6fbff hex color red value is 182, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6fbff hue: 0.51 , saturation: 1.00 and the lightness value of b6fbff is 0.86.

The process color (four color CMYK) of #b6fbff color hex is 0.29, 0.02, 0.00, 0.00. Web safe color of #b6fbff is #ccffff. Color #b6fbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 11111111
Octal 266 373 377
Decimal 182 251 255
Hex B6 FB FF

RGB Percentages of Color #b6fbff

%26.45
%36.48
%37.06

CMYK Percentages of Color #b6fbff

%29
%2
%0
%0

Triadic Colors of #b6fbff

#b6fbff #ffb6fb #fbffb6

Analogous Colors of #b6fbff

#b6fbff #b6d7ff #b6ffdf

Monochromatic Colors of #b6fbff

#b6fbff

Complementary Color

#b6fbff #ffbab6

#b6fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbff Color CSS Codes

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

#b6fbff Text Font Color

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

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


#b6fbff Background Color

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

This div background color is #b6fbff


#b6fbff Border Color

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

This div border color is #b6fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbff

Related Colors

#b6fbff Color Palettes


Comments

No comments written yet.

Please login to write comment.