Color Hex Logo

#bfef63 Color Hex

#BFEF63
(191,239,99)
0 Favorites   0 Comments

Color spaces of #bfef63

RGB 19123999
HSL0.220.810.66
HSV81°59°94°
CMYK 0.200.000.59   0.06
XYZ54.604573.710223.1539
Yxy73.71020.36050.4866
Hunter Lab85.8546-36.717744.1085
CIE-Lab88.7853-36.005661.2881

#bfef63 color RGB value is (191,239,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 01100011
Octal 277 357 143
Decimal 191 239 99
Hex BF EF 63

RGB Percentages of Color #bfef63

%36.11
%45.18
%18.71

CMYK Percentages of Color #bfef63

%20
%0
%59
%6

Triadic Colors of #bfef63

#bfef63 #63bfef #ef63bf

Analogous Colors of #bfef63

#bfef63 #79ef63 #efd963

Monochromatic Colors of #bfef63

#bfef63

Complementary Color

#bfef63 #9363ef

#bfef63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef63 Color CSS Codes

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

#bfef63 Text Font Color

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

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


#bfef63 Background Color

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

This div background color is #bfef63


#bfef63 Border Color

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

This div border color is #bfef63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef63


Comments

No comments written yet.

Please login to write comment.