Color Hex Logo

#bff5fb Color Hex

#BFF5FB
(191,245,251)
0 Favorites   0 Comments

Color spaces of #bff5fb

RGB 191245251
HSL0.520.880.87
HSV186°24°98°
CMYK 0.240.020.00   0.02
XYZ71.550983.3462103.5831
Yxy83.34620.27680.3224
Hunter Lab91.2941-19.8671-3.3650
CIE-Lab93.1658-15.6985-8.4840

#bff5fb color RGB value is (191,245,251).

#bff5fb hex color red value is 191, green value is 245 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bff5fb hue: 0.52 , saturation: 0.88 and the lightness value of bff5fb is 0.87.

The process color (four color CMYK) of #bff5fb color hex is 0.24, 0.02, 0.00, 0.02. Web safe color of #bff5fb is #ccffff. Color #bff5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110101 11111011
Octal 277 365 373
Decimal 191 245 251
Hex BF F5 FB

RGB Percentages of Color #bff5fb

%27.80
%35.66
%36.54

CMYK Percentages of Color #bff5fb

%24
%2
%0
%2

Triadic Colors of #bff5fb

#bff5fb #fbbff5 #f5fbbf

Analogous Colors of #bff5fb

#bff5fb #bfd7fb #bffbe3

Monochromatic Colors of #bff5fb

#bff5fb

Complementary Color

#bff5fb #fbc5bf

#bff5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff5fb Color CSS Codes

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

#bff5fb Text Font Color

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

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


#bff5fb Background Color

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

This div background color is #bff5fb


#bff5fb Border Color

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

This div border color is #bff5fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,245,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bff5fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bff5fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bff5fb;
  box-shadow:         1px 1px 3px 2px #bff5fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff5fb


Comments

No comments written yet.

Please login to write comment.