Color Hex Logo

#b0fffc Color Hex

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

Color spaces of #b0fffc

RGB 176255252
HSL0.491.000.85
HSV178°31°100°
CMYK 0.310.000.01   0.00
XYZ71.235287.7784105.2839
Yxy87.77840.26950.3321
Hunter Lab93.6901-28.2392-1.0438
CIE-Lab95.0676-24.5657-6.2758

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

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

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

Base Numbers

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

RGB Percentages of Color #b0fffc

%25.77
%37.34
%36.90

CMYK Percentages of Color #b0fffc

%31
%0
%1
%0

Triadic Colors of #b0fffc

#b0fffc #fcb0ff #fffcb0

Analogous Colors of #b0fffc

#b0fffc #b0dbff #b0ffd5

Monochromatic Colors of #b0fffc

#b0fffc

Complementary Color

#b0fffc #ffb0b3

#b0fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fffc Color CSS Codes

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

#b0fffc Text Font Color

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

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


#b0fffc Background Color

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

This div background color is #b0fffc


#b0fffc Border Color

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

This div border color is #b0fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fffc

Related Colors


Comments

No comments written yet.

Please login to write comment.