Color Hex Logo

#b6eff9 Color Hex

#B6EFF9
(182,239,249)
0 Favorites   0 Comments

Color spaces of #b6eff9

RGB 182239249
HSL0.520.850.85
HSV189°27°98°
CMYK 0.270.040.00   0.02
XYZ67.256878.5176101.2331
Yxy78.51760.27230.3179
Hunter Lab88.6102-19.5829-5.7090
CIE-Lab91.0156-15.7177-10.6923

#b6eff9 color RGB value is (182,239,249).

#b6eff9 hex color red value is 182, green value is 239 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b6eff9 hue: 0.52 , saturation: 0.85 and the lightness value of b6eff9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 11111001
Octal 266 357 371
Decimal 182 239 249
Hex B6 EF F9

RGB Percentages of Color #b6eff9

%27.16
%35.67
%37.16

CMYK Percentages of Color #b6eff9

%27
%4
%0
%2

Triadic Colors of #b6eff9

#b6eff9 #f9b6ef #eff9b6

Analogous Colors of #b6eff9

#b6eff9 #b6cef9 #b6f9e2

Monochromatic Colors of #b6eff9

#b6eff9

Complementary Color

#b6eff9 #f9c0b6

#b6eff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eff9 Color CSS Codes

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

#b6eff9 Text Font Color

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

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


#b6eff9 Background Color

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

This div background color is #b6eff9


#b6eff9 Border Color

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

This div border color is #b6eff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eff9


Comments

No comments written yet.

Please login to write comment.