Color Hex Logo

#b0fcff Color Hex

#B0FCFF
(176,252,255)
0 Favorites   0 Comments

Color spaces of #b0fcff

RGB 176252255
HSL0.511.000.85
HSV182°31°100°
CMYK 0.310.010.00   0.00
XYZ70.764986.0709107.4914
Yxy86.07090.26770.3256
Hunter Lab92.7744-26.2020-3.7532
CIE-Lab94.3427-22.4428-8.8983

#b0fcff color RGB value is (176,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111100 11111111
Octal 260 374 377
Decimal 176 252 255
Hex B0 FC FF

RGB Percentages of Color #b0fcff

%25.77
%36.90
%37.34

CMYK Percentages of Color #b0fcff

%31
%1
%0
%0

Triadic Colors of #b0fcff

#b0fcff #ffb0fc #fcffb0

Analogous Colors of #b0fcff

#b0fcff #b0d5ff #b0ffdb

Monochromatic Colors of #b0fcff

#b0fcff

Complementary Color

#b0fcff #ffb3b0

#b0fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fcff Color CSS Codes

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

#b0fcff Text Font Color

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

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


#b0fcff Background Color

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

This div background color is #b0fcff


#b0fcff Border Color

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

This div border color is #b0fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fcff

Related Colors

#b0fcff Color Palettes


Comments

No comments written yet.

Please login to write comment.