Color Hex Logo

#b9fcfa Color Hex

#B9FCFA
(185,252,250)
0 Favorites   0 Comments

Color spaces of #b9fcfa

RGB 185252250
HSL0.500.920.86
HSV178°27°99°
CMYK 0.270.000.01   0.01
XYZ72.073386.8372103.4051
Yxy86.83720.27480.3310
Hunter Lab93.1865-25.0189-0.5611
CIE-Lab94.6692-21.0742-5.7792

#b9fcfa color RGB value is (185,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111100 11111010
Octal 271 374 372
Decimal 185 252 250
Hex B9 FC FA

RGB Percentages of Color #b9fcfa

%26.93
%36.68
%36.39

CMYK Percentages of Color #b9fcfa

%27
%0
%1
%1

Triadic Colors of #b9fcfa

#b9fcfa #fab9fc #fcfab9

Analogous Colors of #b9fcfa

#b9fcfa #b9ddfc #b9fcd9

Monochromatic Colors of #b9fcfa

#b9fcfa

Complementary Color

#b9fcfa #fcb9bb

#b9fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fcfa Color CSS Codes

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

#b9fcfa Text Font Color

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

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


#b9fcfa Background Color

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

This div background color is #b9fcfa


#b9fcfa Border Color

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

This div border color is #b9fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.