Color Hex Logo

#b0fafa Color Hex

#B0FAFA
(176,250,250)
0 Favorites   0 Comments

Color spaces of #b0fafa

RGB 176250250
HSL0.500.880.84
HSV180°30°98°
CMYK 0.300.000.00   0.02
XYZ69.345484.5034103.0984
Yxy84.50340.26990.3289
Hunter Lab91.9257-26.2162-2.1481
CIE-Lab93.6687-22.5884-7.3096

#b0fafa color RGB value is (176,250,250).

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

The process color (four color CMYK) of #b0fafa color hex is 0.30, 0.00, 0.00, 0.02. Web safe color of #b0fafa is #99ffff. Color #b0fafa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111010 11111010
Octal 260 372 372
Decimal 176 250 250
Hex B0 FA FA

RGB Percentages of Color #b0fafa

%26.04
%36.98
%36.98

CMYK Percentages of Color #b0fafa

%30
%0
%0
%2

Triadic Colors of #b0fafa

#b0fafa #fab0fa #fafab0

Analogous Colors of #b0fafa

#b0fafa #b0d5fa #b0fad5

Monochromatic Colors of #b0fafa

#b0fafa

Complementary Color

#b0fafa #fab0b0

#b0fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fafa Color CSS Codes

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

#b0fafa Text Font Color

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

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


#b0fafa Background Color

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

This div background color is #b0fafa


#b0fafa Border Color

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

This div border color is #b0fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fafa


Comments

No comments written yet.

Please login to write comment.