Color Hex Logo

#bfbc1d Color Hex

#BFBC1D
(191,188,29)
0 Favorites   0 Comments

Color spaces of #bfbc1d

RGB 19118829
HSL0.160.740.43
HSV59°85°75°
CMYK 0.000.020.85   0.25
XYZ39.690847.13158.1678
Yxy47.13150.41780.4962
Hunter Lab68.6524-16.943441.0027
CIE-Lab74.2738-15.384871.2958

#bfbc1d color RGB value is (191,188,29).

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

The process color (four color CMYK) of #bfbc1d color hex is 0.00, 0.02, 0.85, 0.25. Web safe color of #bfbc1d is #cccc33. Color #bfbc1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 00011101
Octal 277 274 35
Decimal 191 188 29
Hex BF BC 1D

RGB Percentages of Color #bfbc1d

%46.81
%46.08
%7.11

CMYK Percentages of Color #bfbc1d

%0
%2
%85
%25

Triadic Colors of #bfbc1d

#bfbc1d #1dbfbc #bc1dbf

Analogous Colors of #bfbc1d

#bfbc1d #71bf1d #bf6b1d

Monochromatic Colors of #bfbc1d

#bfbc1d

Complementary Color

#bfbc1d #1d20bf

#bfbc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc1d Color CSS Codes

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

#bfbc1d Text Font Color

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

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


#bfbc1d Background Color

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

This div background color is #bfbc1d


#bfbc1d Border Color

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

This div border color is #bfbc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc1d


Comments

No comments written yet.

Please login to write comment.