Color Hex Logo

#bfc709 Color Hex

#BFC709
(191,199,9)
0 Favorites   0 Comments

Color spaces of #bfc709

RGB 1911999
HSL0.170.910.41
HSV63°95°78°
CMYK 0.040.000.95   0.22
XYZ41.958651.94298.0730
Yxy51.94290.41150.5094
Hunter Lab72.0714-22.205743.8087
CIE-Lab77.2467-21.212576.7491

#bfc709 color RGB value is (191,199,9).

#bfc709 hex color red value is 191, green value is 199 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bfc709 hue: 0.17 , saturation: 0.91 and the lightness value of bfc709 is 0.41.

The process color (four color CMYK) of #bfc709 color hex is 0.04, 0.00, 0.95, 0.22. Web safe color of #bfc709 is #cccc00. Color #bfc709 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 00001001
Octal 277 307 11
Decimal 191 199 9
Hex BF C7 9

RGB Percentages of Color #bfc709

%47.87
%49.87
%2.26

CMYK Percentages of Color #bfc709

%4
%0
%95
%22

Triadic Colors of #bfc709

#bfc709 #09bfc7 #c709bf

Analogous Colors of #bfc709

#bfc709 #60c709 #c77009

Monochromatic Colors of #bfc709

#bfc709

Complementary Color

#bfc709 #1109c7

#bfc709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc709 Color CSS Codes

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

#bfc709 Text Font Color

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

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


#bfc709 Background Color

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

This div background color is #bfc709


#bfc709 Border Color

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

This div border color is #bfc709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc709


Comments

No comments written yet.

Please login to write comment.