Color Hex Logo

#b6f3ff Color Hex

#B6F3FF
(182,243,255)
0 Favorites   0 Comments

Color spaces of #b6f3ff

RGB 182243255
HSL0.531.000.86
HSV190°29°100°
CMYK 0.290.050.00   0.00
XYZ69.392081.2663106.6364
Yxy81.26630.26970.3158
Hunter Lab90.1478-20.3569-7.0310
CIE-Lab92.2501-16.3728-11.9768

#b6f3ff color RGB value is (182,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11110011 11111111
Octal 266 363 377
Decimal 182 243 255
Hex B6 F3 FF

RGB Percentages of Color #b6f3ff

%26.76
%35.74
%37.50

CMYK Percentages of Color #b6f3ff

%29
%5
%0
%0

Triadic Colors of #b6f3ff

#b6f3ff #ffb6f3 #f3ffb6

Analogous Colors of #b6f3ff

#b6f3ff #b6cfff #b6ffe7

Monochromatic Colors of #b6f3ff

#b6f3ff

Complementary Color

#b6f3ff #ffc2b6

#b6f3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f3ff Color CSS Codes

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

#b6f3ff Text Font Color

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

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


#b6f3ff Background Color

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

This div background color is #b6f3ff


#b6f3ff Border Color

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

This div border color is #b6f3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f3ff

#b6f3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.