Color Hex Logo

#b1faff Color Hex

#B1FAFF
(177,250,255)
0 Favorites   0 Comments

Color spaces of #b1faff

RGB 177250255
HSL0.511.000.85
HSV184°31°100°
CMYK 0.310.020.00   0.00
XYZ70.367184.9383107.2937
Yxy84.93830.26800.3235
Hunter Lab92.1620-24.9959-4.5112
CIE-Lab93.8565-21.1981-9.6143

#b1faff color RGB value is (177,250,255).

#b1faff hex color red value is 177, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b1faff hue: 0.51 , saturation: 1.00 and the lightness value of b1faff is 0.85.

The process color (four color CMYK) of #b1faff color hex is 0.31, 0.02, 0.00, 0.00. Web safe color of #b1faff is #99ffff. Color #b1faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111010 11111111
Octal 261 372 377
Decimal 177 250 255
Hex B1 FA FF

RGB Percentages of Color #b1faff

%25.95
%36.66
%37.39

CMYK Percentages of Color #b1faff

%31
%2
%0
%0

Triadic Colors of #b1faff

#b1faff #ffb1fa #faffb1

Analogous Colors of #b1faff

#b1faff #b1d3ff #b1ffdd

Monochromatic Colors of #b1faff

#b1faff

Complementary Color

#b1faff #ffb6b1

#b1faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1faff Color CSS Codes

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

#b1faff Text Font Color

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

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


#b1faff Background Color

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

This div background color is #b1faff


#b1faff Border Color

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

This div border color is #b1faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1faff

Related Colors


Comments

No comments written yet.

Please login to write comment.