Color Hex Logo

#b9efff Color Hex

#B9EFFF
(185,239,255)
1 Favorites   0 Comments

Color spaces of #b9efff

RGB 185239255
HSL0.541.000.86
HSV194°27°100°
CMYK 0.270.060.00   0.00
XYZ68.924179.2673106.2752
Yxy79.26730.27090.3115
Hunter Lab89.0322-17.6209-8.4503
CIE-Lab91.3551-13.5294-13.2954

#b9efff color RGB value is (185,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11111111
Octal 271 357 377
Decimal 185 239 255
Hex B9 EF FF

RGB Percentages of Color #b9efff

%27.25
%35.20
%37.56

CMYK Percentages of Color #b9efff

%27
%6
%0
%0

Triadic Colors of #b9efff

#b9efff #ffb9ef #efffb9

Analogous Colors of #b9efff

#b9efff #b9ccff #b9ffec

Monochromatic Colors of #b9efff

#b9efff

Complementary Color

#b9efff #ffc9b9

#b9efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efff Color CSS Codes

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

#b9efff Text Font Color

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

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


#b9efff Background Color

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

This div background color is #b9efff


#b9efff Border Color

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

This div border color is #b9efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efff

Related Colors


Comments

No comments written yet.

Please login to write comment.