Color Hex Logo

#bfb31d Color Hex

#BFB31D
(191,179,29)
0 Favorites   0 Comments

Color spaces of #bfb31d

RGB 19117929
HSL0.150.740.43
HSV56°85°75°
CMYK 0.000.060.85   0.25
XYZ37.827743.40537.5467
Yxy43.40530.42610.4889
Hunter Lab65.8827-12.805839.3264
CIE-Lab71.8292-10.789369.2756

#bfb31d color RGB value is (191,179,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 00011101
Octal 277 263 35
Decimal 191 179 29
Hex BF B3 1D

RGB Percentages of Color #bfb31d

%47.87
%44.86
%7.27

CMYK Percentages of Color #bfb31d

%0
%6
%85
%25

Triadic Colors of #bfb31d

#bfb31d #1dbfb3 #b31dbf

Analogous Colors of #bfb31d

#bfb31d #7abf1d #bf621d

Monochromatic Colors of #bfb31d

#bfb31d

Complementary Color

#bfb31d #1d29bf

#bfb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb31d Color CSS Codes

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

#bfb31d Text Font Color

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

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


#bfb31d Background Color

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

This div background color is #bfb31d


#bfb31d Border Color

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

This div border color is #bfb31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb31d


Comments

No comments written yet.

Please login to write comment.