Color Hex Logo

#bfc751 Color Hex

#BFC751
(191,199,81)
0 Favorites   0 Comments

Color spaces of #bfc751

RGB 19119981
HSL0.180.510.55
HSV64°59°78°
CMYK 0.040.000.59   0.22
XYZ43.394552.517315.6343
Yxy52.51730.38900.4708
Hunter Lab72.4688-19.934237.9371
CIE-Lab77.5891-18.394356.6310

#bfc751 color RGB value is (191,199,81).

#bfc751 hex color red value is 191, green value is 199 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bfc751 hue: 0.18 , saturation: 0.51 and the lightness value of bfc751 is 0.55.

The process color (four color CMYK) of #bfc751 color hex is 0.04, 0.00, 0.59, 0.22. Web safe color of #bfc751 is #cccc66. Color #bfc751 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01010001
Octal 277 307 121
Decimal 191 199 81
Hex BF C7 51

RGB Percentages of Color #bfc751

%40.55
%42.25
%17.20

CMYK Percentages of Color #bfc751

%4
%0
%59
%22

Triadic Colors of #bfc751

#bfc751 #51bfc7 #c751bf

Analogous Colors of #bfc751

#bfc751 #84c751 #c79451

Monochromatic Colors of #bfc751

#bfc751

Complementary Color

#bfc751 #5951c7

#bfc751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc751 Color CSS Codes

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

#bfc751 Text Font Color

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

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


#bfc751 Background Color

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

This div background color is #bfc751


#bfc751 Border Color

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

This div border color is #bfc751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc751


Comments

No comments written yet.

Please login to write comment.