Color Hex Logo

#bff0bf Color Hex

#BFF0BF
(191,240,191)
0 Favorites   0 Comments

Color spaces of #bff0bf

RGB 191240191
HSL0.330.620.85
HSV120°20°94°
CMYK 0.200.000.20   0.06
XYZ62.049977.158160.9128
Yxy77.15810.31010.3856
Hunter Lab87.8397-27.627220.3729
CIE-Lab90.3943-24.848218.6427

#bff0bf color RGB value is (191,240,191).

#bff0bf hex color red value is 191, green value is 240 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bff0bf hue: 0.33 , saturation: 0.62 and the lightness value of bff0bf is 0.85.

The process color (four color CMYK) of #bff0bf color hex is 0.20, 0.00, 0.20, 0.06. Web safe color of #bff0bf is #ccffcc. Color #bff0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 10111111
Octal 277 360 277
Decimal 191 240 191
Hex BF F0 BF

RGB Percentages of Color #bff0bf

%30.71
%38.59
%30.71

CMYK Percentages of Color #bff0bf

%20
%0
%20
%6

Triadic Colors of #bff0bf

#bff0bf #bfbff0 #f0bfbf

Analogous Colors of #bff0bf

#bff0bf #bff0d8 #d8f0bf

Monochromatic Colors of #bff0bf

#bff0bf

Complementary Color

#bff0bf #f0bff0

#bff0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff0bf Color CSS Codes

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

#bff0bf Text Font Color

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

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


#bff0bf Background Color

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

This div background color is #bff0bf


#bff0bf Border Color

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

This div border color is #bff0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff0bf


Comments

No comments written yet.

Please login to write comment.