Color Hex Logo

#b9fafe Color Hex

#B9FAFE
(185,250,254)
0 Favorites   0 Comments

Color spaces of #b9fafe

RGB 185250254
HSL0.510.970.86
HSV183°27°100°
CMYK 0.270.020.00   0.00
XYZ72.082685.8413106.5358
Yxy85.84130.27260.3246
Hunter Lab92.6506-23.2647-3.3202
CIE-Lab94.2445-19.2240-8.4758

#b9fafe color RGB value is (185,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111010 11111110
Octal 271 372 376
Decimal 185 250 254
Hex B9 FA FE

RGB Percentages of Color #b9fafe

%26.85
%36.28
%36.87

CMYK Percentages of Color #b9fafe

%27
%2
%0
%0

Triadic Colors of #b9fafe

#b9fafe #feb9fa #fafeb9

Analogous Colors of #b9fafe

#b9fafe #b9d8fe #b9fee0

Monochromatic Colors of #b9fafe

#b9fafe

Complementary Color

#b9fafe #febdb9

#b9fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fafe Color CSS Codes

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

#b9fafe Text Font Color

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

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


#b9fafe Background Color

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

This div background color is #b9fafe


#b9fafe Border Color

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

This div border color is #b9fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fafe

Related Colors


Comments

No comments written yet.

Please login to write comment.