Color Hex Logo

#bfd73f Color Hex

#BFD73F
(191,215,63)
0 Favorites   0 Comments

Color spaces of #bfd73f

RGB 19121563
HSL0.190.660.55
HSV69°71°84°
CMYK 0.110.000.71   0.16
XYZ46.683560.036113.8303
Yxy60.03610.38730.4980
Hunter Lab77.4830-28.048943.6551
CIE-Lab81.8578-27.302768.1846

#bfd73f color RGB value is (191,215,63).

#bfd73f hex color red value is 191, green value is 215 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfd73f hue: 0.19 , saturation: 0.66 and the lightness value of bfd73f is 0.55.

The process color (four color CMYK) of #bfd73f color hex is 0.11, 0.00, 0.71, 0.16. Web safe color of #bfd73f is #cccc33. Color #bfd73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00111111
Octal 277 327 77
Decimal 191 215 63
Hex BF D7 3F

RGB Percentages of Color #bfd73f

%40.72
%45.84
%13.43

CMYK Percentages of Color #bfd73f

%11
%0
%71
%16

Triadic Colors of #bfd73f

#bfd73f #3fbfd7 #d73fbf

Analogous Colors of #bfd73f

#bfd73f #73d73f #d7a33f

Monochromatic Colors of #bfd73f

#bfd73f

Complementary Color

#bfd73f #573fd7

#bfd73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd73f Color CSS Codes

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

#bfd73f Text Font Color

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

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


#bfd73f Background Color

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

This div background color is #bfd73f


#bfd73f Border Color

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

This div border color is #bfd73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd73f


Comments

No comments written yet.

Please login to write comment.