Color Hex Logo

#bfb11d Color Hex

#BFB11D
(191,177,29)
0 Favorites   0 Comments

Color spaces of #bfb11d

RGB 19117729
HSL0.150.740.43
HSV55°85°75°
CMYK 0.000.070.85   0.25
XYZ37.429842.60947.4141
Yxy42.60940.42800.4872
Hunter Lab65.2759-11.879238.9589
CIE-Lab71.2891-9.755268.8283

#bfb11d color RGB value is (191,177,29).

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

The process color (four color CMYK) of #bfb11d color hex is 0.00, 0.07, 0.85, 0.25. Web safe color of #bfb11d is #cc9933. Color #bfb11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 00011101
Octal 277 261 35
Decimal 191 177 29
Hex BF B1 1D

RGB Percentages of Color #bfb11d

%48.11
%44.58
%7.30

CMYK Percentages of Color #bfb11d

%0
%7
%85
%25

Triadic Colors of #bfb11d

#bfb11d #1dbfb1 #b11dbf

Analogous Colors of #bfb11d

#bfb11d #7cbf1d #bf601d

Monochromatic Colors of #bfb11d

#bfb11d

Complementary Color

#bfb11d #1d2bbf

#bfb11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb11d Color CSS Codes

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

#bfb11d Text Font Color

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

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


#bfb11d Background Color

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

This div background color is #bfb11d


#bfb11d Border Color

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

This div border color is #bfb11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb11d


Comments

No comments written yet.

Please login to write comment.