Color Hex Logo

#bfe6fb Color Hex

#BFE6FB
(191,230,251)
1 Favorites   0 Comments

Color spaces of #bfe6fb

RGB 191230251
HSL0.560.880.87
HSV201°24°98°
CMYK 0.240.080.00   0.02
XYZ67.195374.6350102.1312
Yxy74.63500.27540.3059
Hunter Lab86.3916-12.3480-9.6179
CIE-Lab89.2217-8.1215-14.3607

#bfe6fb color RGB value is (191,230,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11111011
Octal 277 346 373
Decimal 191 230 251
Hex BF E6 FB

RGB Percentages of Color #bfe6fb

%28.42
%34.23
%37.35

CMYK Percentages of Color #bfe6fb

%24
%8
%0
%2

Triadic Colors of #bfe6fb

#bfe6fb #fbbfe6 #e6fbbf

Analogous Colors of #bfe6fb

#bfe6fb #bfc8fb #bffbf2

Monochromatic Colors of #bfe6fb

#bfe6fb

Complementary Color

#bfe6fb #fbd4bf

#bfe6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6fb Color CSS Codes

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

#bfe6fb Text Font Color

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

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


#bfe6fb Background Color

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

This div background color is #bfe6fb


#bfe6fb Border Color

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

This div border color is #bfe6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6fb

#bfe6fb Color Palettes


Comments

No comments written yet.

Please login to write comment.