Color Hex Logo

#bff9fc Color Hex

#BFF9FC
(191,249,252)
0 Favorites   0 Comments

Color spaces of #bff9fc

RGB 191249252
HSL0.510.910.87
HSV183°24°99°
CMYK 0.240.010.00   0.01
XYZ72.932285.8560104.8234
Yxy85.85600.27670.3257
Hunter Lab92.6585-21.6537-2.2131
CIE-Lab94.2507-17.4667-7.3954

#bff9fc color RGB value is (191,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 11111100
Octal 277 371 374
Decimal 191 249 252
Hex BF F9 FC

RGB Percentages of Color #bff9fc

%27.60
%35.98
%36.42

CMYK Percentages of Color #bff9fc

%24
%1
%0
%1

Triadic Colors of #bff9fc

#bff9fc #fcbff9 #f9fcbf

Analogous Colors of #bff9fc

#bff9fc #bfdbfc #bffce1

Monochromatic Colors of #bff9fc

#bff9fc

Complementary Color

#bff9fc #fcc2bf

#bff9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff9fc Color CSS Codes

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

#bff9fc Text Font Color

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

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


#bff9fc Background Color

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

This div background color is #bff9fc


#bff9fc Border Color

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

This div border color is #bff9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff9fc


Comments

No comments written yet.

Please login to write comment.