Color Hex Logo

#bff6fb Color Hex

#BFF6FB
(191,246,251)
0 Favorites   0 Comments

Color spaces of #bff6fb

RGB 191246251
HSL0.510.880.87
HSV185°24°98°
CMYK 0.240.020.00   0.02
XYZ71.854283.9529103.6842
Yxy83.95290.27690.3235
Hunter Lab91.6258-20.3631-2.9548
CIE-Lab93.4300-16.1957-8.0924

#bff6fb color RGB value is (191,246,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 11111011
Octal 277 366 373
Decimal 191 246 251
Hex BF F6 FB

RGB Percentages of Color #bff6fb

%27.76
%35.76
%36.48

CMYK Percentages of Color #bff6fb

%24
%2
%0
%2

Triadic Colors of #bff6fb

#bff6fb #fbbff6 #f6fbbf

Analogous Colors of #bff6fb

#bff6fb #bfd8fb #bffbe2

Monochromatic Colors of #bff6fb

#bff6fb

Complementary Color

#bff6fb #fbc4bf

#bff6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff6fb Color CSS Codes

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

#bff6fb Text Font Color

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

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


#bff6fb Background Color

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

This div background color is #bff6fb


#bff6fb Border Color

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

This div border color is #bff6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.