Color Hex Logo

#bfbc09 Color Hex

#BFBC09
(191,188,9)
0 Favorites   0 Comments

Color spaces of #bfbc09

RGB 1911889
HSL0.160.910.39
HSV59°95°75°
CMYK 0.000.020.95   0.25
XYZ39.518447.06257.2596
Yxy47.06250.42110.5015
Hunter Lab68.6021-17.228441.7473
CIE-Lab74.2297-15.736774.4697

#bfbc09 color RGB value is (191,188,9).

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

The process color (four color CMYK) of #bfbc09 color hex is 0.00, 0.02, 0.95, 0.25. Web safe color of #bfbc09 is #cccc00. Color #bfbc09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 00001001
Octal 277 274 11
Decimal 191 188 9
Hex BF BC 9

RGB Percentages of Color #bfbc09

%49.23
%48.45
%2.32

CMYK Percentages of Color #bfbc09

%0
%2
%95
%25

Triadic Colors of #bfbc09

#bfbc09 #09bfbc #bc09bf

Analogous Colors of #bfbc09

#bfbc09 #67bf09 #bf6109

Monochromatic Colors of #bfbc09

#bfbc09

Complementary Color

#bfbc09 #090cbf

#bfbc09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc09 Color CSS Codes

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

#bfbc09 Text Font Color

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

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


#bfbc09 Background Color

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

This div background color is #bfbc09


#bfbc09 Border Color

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

This div border color is #bfbc09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,188,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 #bfbc09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc09


Comments

No comments written yet.

Please login to write comment.