Color Hex Logo

#bfefbf Color Hex

#BFEFBF
(191,239,191)
0 Favorites   0 Comments

Color spaces of #bfefbf

RGB 191239191
HSL0.330.600.84
HSV120°20°94°
CMYK 0.200.000.20   0.06
XYZ61.756376.571060.8150
Yxy76.57100.31010.3845
Hunter Lab87.5049-27.157620.0474
CIE-Lab90.1238-24.367318.2645

#bfefbf color RGB value is (191,239,191).

#bfefbf hex color red value is 191, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bfefbf hue: 0.33 , saturation: 0.60 and the lightness value of bfefbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10111111
Octal 277 357 277
Decimal 191 239 191
Hex BF EF BF

RGB Percentages of Color #bfefbf

%30.76
%38.49
%30.76

CMYK Percentages of Color #bfefbf

%20
%0
%20
%6

Triadic Colors of #bfefbf

#bfefbf #bfbfef #efbfbf

Analogous Colors of #bfefbf

#bfefbf #bfefd7 #d7efbf

Monochromatic Colors of #bfefbf

#bfefbf

Complementary Color

#bfefbf #efbfef

#bfefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefbf Color CSS Codes

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

#bfefbf Text Font Color

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

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


#bfefbf Background Color

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

This div background color is #bfefbf


#bfefbf Border Color

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

This div border color is #bfefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefbf


Comments

No comments written yet.

Please login to write comment.