Color Hex Logo

#bff9fe Color Hex

#BFF9FE
(191,249,254)
0 Favorites   0 Comments

Color spaces of #bff9fe

RGB 191249254
HSL0.510.970.87
HSV185°25°100°
CMYK 0.250.020.00   0.00
XYZ73.250985.9835106.5017
Yxy85.98350.27570.3236
Hunter Lab92.7273-21.2648-3.1883
CIE-Lab94.3053-17.0360-8.3497

#bff9fe color RGB value is (191,249,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 11111110
Octal 277 371 376
Decimal 191 249 254
Hex BF F9 FE

RGB Percentages of Color #bff9fe

%27.52
%35.88
%36.60

CMYK Percentages of Color #bff9fe

%25
%2
%0
%0

Triadic Colors of #bff9fe

#bff9fe #febff9 #f9febf

Analogous Colors of #bff9fe

#bff9fe #bfdafe #bffee4

Monochromatic Colors of #bff9fe

#bff9fe

Complementary Color

#bff9fe #fec4bf

#bff9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff9fe Color CSS Codes

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

#bff9fe Text Font Color

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

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


#bff9fe Background Color

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

This div background color is #bff9fe


#bff9fe Border Color

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

This div border color is #bff9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.