Color Hex Logo

#bfef60 Color Hex

#BFEF60
(191,239,96)
0 Favorites   0 Comments

Color spaces of #bfef60

RGB 19123996
HSL0.220.820.66
HSV80°60°94°
CMYK 0.200.000.60   0.06
XYZ54.463773.653922.4124
Yxy73.65390.36180.4893
Hunter Lab85.8219-36.909744.5917
CIE-Lab88.7587-36.248262.5303

#bfef60 color RGB value is (191,239,96).

#bfef60 hex color red value is 191, green value is 239 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bfef60 hue: 0.22 , saturation: 0.82 and the lightness value of bfef60 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 01100000
Octal 277 357 140
Decimal 191 239 96
Hex BF EF 60

RGB Percentages of Color #bfef60

%36.31
%45.44
%18.25

CMYK Percentages of Color #bfef60

%20
%0
%60
%6

Triadic Colors of #bfef60

#bfef60 #60bfef #ef60bf

Analogous Colors of #bfef60

#bfef60 #78ef60 #efd860

Monochromatic Colors of #bfef60

#bfef60

Complementary Color

#bfef60 #9060ef

#bfef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef60 Color CSS Codes

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

#bfef60 Text Font Color

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

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


#bfef60 Background Color

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

This div background color is #bfef60


#bfef60 Border Color

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

This div border color is #bfef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef60


Comments

No comments written yet.

Please login to write comment.