Color Hex Logo

#b9fcf1 Color Hex

#B9FCF1
(185,252,241)
0 Favorites   0 Comments

Color spaces of #b9fcf1

RGB 185252241
HSL0.470.920.86
HSV170°27°99°
CMYK 0.270.000.04   0.01
XYZ70.695286.286096.1479
Yxy86.28600.27930.3409
Hunter Lab92.8903-26.70853.6539
CIE-Lab94.4345-22.9875-1.4728

#b9fcf1 color RGB value is (185,252,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111100 11110001
Octal 271 374 361
Decimal 185 252 241
Hex B9 FC F1

RGB Percentages of Color #b9fcf1

%27.29
%37.17
%35.55

CMYK Percentages of Color #b9fcf1

%27
%0
%4
%1

Triadic Colors of #b9fcf1

#b9fcf1 #f1b9fc #fcf1b9

Analogous Colors of #b9fcf1

#b9fcf1 #b9e6fc #b9fcd0

Monochromatic Colors of #b9fcf1

#b9fcf1

Complementary Color

#b9fcf1 #fcb9c4

#b9fcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fcf1 Color CSS Codes

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

#b9fcf1 Text Font Color

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

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


#b9fcf1 Background Color

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

This div background color is #b9fcf1


#b9fcf1 Border Color

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

This div border color is #b9fcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fcf1

Related Colors


Comments

No comments written yet.

Please login to write comment.