Color Hex Logo

#bffbef Color Hex

#BFFBEF
(191,251,239)
0 Favorites   0 Comments

Color spaces of #bffbef

RGB 191251239
HSL0.470.880.87
HSV168°24°98°
CMYK 0.240.000.05   0.02
XYZ71.563086.302794.5477
Yxy86.30270.28350.3419
Hunter Lab92.8992-25.06994.6874
CIE-Lab94.4416-21.1721-0.3901

#bffbef color RGB value is (191,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111011 11101111
Octal 277 373 357
Decimal 191 251 239
Hex BF FB EF

RGB Percentages of Color #bffbef

%28.05
%36.86
%35.10

CMYK Percentages of Color #bffbef

%24
%0
%5
%2

Triadic Colors of #bffbef

#bffbef #efbffb #fbefbf

Analogous Colors of #bffbef

#bffbef #bfe9fb #bffbd1

Monochromatic Colors of #bffbef

#bffbef

Complementary Color

#bffbef #fbbfcb

#bffbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffbef Color CSS Codes

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

#bffbef Text Font Color

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

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


#bffbef Background Color

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

This div background color is #bffbef


#bffbef Border Color

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

This div border color is #bffbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffbef


Comments

No comments written yet.

Please login to write comment.