Color Hex Logo

#b0fdff Color Hex

#B0FDFF
(176,253,255)
0 Favorites   0 Comments

Color spaces of #b0fdff

RGB 176253255
HSL0.501.000.85
HSV182°31°100°
CMYK 0.310.010.00   0.00
XYZ71.079886.7007107.5963
Yxy86.70070.26780.3267
Hunter Lab93.1132-26.6866-3.3329
CIE-Lab94.6111-22.9288-8.5002

#b0fdff color RGB value is (176,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111101 11111111
Octal 260 375 377
Decimal 176 253 255
Hex B0 FD FF

RGB Percentages of Color #b0fdff

%25.73
%36.99
%37.28

CMYK Percentages of Color #b0fdff

%31
%1
%0
%0

Triadic Colors of #b0fdff

#b0fdff #ffb0fd #fdffb0

Analogous Colors of #b0fdff

#b0fdff #b0d6ff #b0ffda

Monochromatic Colors of #b0fdff

#b0fdff

Complementary Color

#b0fdff #ffb2b0

#b0fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fdff Color CSS Codes

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

#b0fdff Text Font Color

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

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


#b0fdff Background Color

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

This div background color is #b0fdff


#b0fdff Border Color

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

This div border color is #b0fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fdff

Related Colors

#b0fdff Color Palettes


Comments

No comments written yet.

Please login to write comment.