Color Hex Logo

#b9fbfd Color Hex

#B9FBFD
(185,251,253)
0 Favorites   0 Comments

Color spaces of #b9fbfd

RGB 185251253
HSL0.500.940.86
HSV182°27°99°
CMYK 0.270.010.00   0.01
XYZ72.234486.4005105.7983
Yxy86.40050.27320.3267
Hunter Lab92.9519-23.9505-2.4179
CIE-Lab94.4833-19.9338-7.6047

#b9fbfd color RGB value is (185,251,253).

#b9fbfd hex color red value is 185, green value is 251 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b9fbfd hue: 0.50 , saturation: 0.94 and the lightness value of b9fbfd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 11111101
Octal 271 373 375
Decimal 185 251 253
Hex B9 FB FD

RGB Percentages of Color #b9fbfd

%26.85
%36.43
%36.72

CMYK Percentages of Color #b9fbfd

%27
%1
%0
%1

Triadic Colors of #b9fbfd

#b9fbfd #fdb9fb #fbfdb9

Analogous Colors of #b9fbfd

#b9fbfd #b9d9fd #b9fddd

Monochromatic Colors of #b9fbfd

#b9fbfd

Complementary Color

#b9fbfd #fdbbb9

#b9fbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbfd Color CSS Codes

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

#b9fbfd Text Font Color

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

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


#b9fbfd Background Color

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

This div background color is #b9fbfd


#b9fbfd Border Color

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

This div border color is #b9fbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.