Color Hex Logo

#b6ebff Color Hex

#B6EBFF
(182,235,255)
0 Favorites   0 Comments

Color spaces of #b6ebff

RGB 182235255
HSL0.551.000.86
HSV196°29°100°
CMYK 0.290.080.00   0.00
XYZ67.049776.5817105.8556
Yxy76.58170.26880.3070
Hunter Lab87.5110-16.3800-10.4611
CIE-Lab90.1287-12.3529-15.1484

#b6ebff color RGB value is (182,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101011 11111111
Octal 266 353 377
Decimal 182 235 255
Hex B6 EB FF

RGB Percentages of Color #b6ebff

%27.08
%34.97
%37.95

CMYK Percentages of Color #b6ebff

%29
%8
%0
%0

Triadic Colors of #b6ebff

#b6ebff #ffb6eb #ebffb6

Analogous Colors of #b6ebff

#b6ebff #b6c7ff #b6ffef

Monochromatic Colors of #b6ebff

#b6ebff

Complementary Color

#b6ebff #ffcab6

#b6ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ebff Color CSS Codes

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

#b6ebff Text Font Color

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

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


#b6ebff Background Color

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

This div background color is #b6ebff


#b6ebff Border Color

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

This div border color is #b6ebff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,235,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 #b6ebff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ebff

#b6ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.