Color Hex Logo

#bfefba Color Hex

#BFEFBA
(191,239,186)
0 Favorites   0 Comments

Color spaces of #bfefba

RGB 191239186
HSL0.320.620.83
HSV114°22°94°
CMYK 0.200.000.22   0.06
XYZ61.215376.354557.9659
Yxy76.35450.31310.3905
Hunter Lab87.3811-27.867721.8356
CIE-Lab90.0237-25.204020.7052

#bfefba color RGB value is (191,239,186).

#bfefba hex color red value is 191, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bfefba hue: 0.32 , saturation: 0.62 and the lightness value of bfefba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10111010
Octal 277 357 272
Decimal 191 239 186
Hex BF EF BA

RGB Percentages of Color #bfefba

%31.01
%38.80
%30.19

CMYK Percentages of Color #bfefba

%20
%0
%22
%6

Triadic Colors of #bfefba

#bfefba #babfef #efbabf

Analogous Colors of #bfefba

#bfefba #baefd0 #daefba

Monochromatic Colors of #bfefba

#bfefba

Complementary Color

#bfefba #eabaef

#bfefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefba Color CSS Codes

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

#bfefba Text Font Color

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

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


#bfefba Background Color

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

This div background color is #bfefba


#bfefba Border Color

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

This div border color is #bfefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefba


Comments

No comments written yet.

Please login to write comment.