Color Hex Logo

#b0fefc Color Hex

#B0FEFC
(176,254,252)
0 Favorites   0 Comments

Color spaces of #b0fefc

RGB 176254252
HSL0.500.980.84
HSV178°31°100°
CMYK 0.310.000.01   0.00
XYZ70.917087.1420105.1778
Yxy87.14200.26940.3310
Hunter Lab93.3499-27.7576-1.4574
CIE-Lab94.7985-24.0831-6.6733

#b0fefc color RGB value is (176,254,252).

#b0fefc hex color red value is 176, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b0fefc hue: 0.50 , saturation: 0.98 and the lightness value of b0fefc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 11111100
Octal 260 376 374
Decimal 176 254 252
Hex B0 FE FC

RGB Percentages of Color #b0fefc

%25.81
%37.24
%36.95

CMYK Percentages of Color #b0fefc

%31
%0
%1
%0

Triadic Colors of #b0fefc

#b0fefc #fcb0fe #fefcb0

Analogous Colors of #b0fefc

#b0fefc #b0d9fe #b0fed5

Monochromatic Colors of #b0fefc

#b0fefc

Complementary Color

#b0fefc #feb0b2

#b0fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fefc Color CSS Codes

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

#b0fefc Text Font Color

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

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


#b0fefc Background Color

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

This div background color is #b0fefc


#b0fefc Border Color

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

This div border color is #b0fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.