Color Hex Logo

#bfb51d Color Hex

#BFB51D
(191,181,29)
0 Favorites   0 Comments

Color spaces of #bfb51d

RGB 19118129
HSL0.160.740.43
HSV56°85°75°
CMYK 0.000.050.85   0.25
XYZ38.231544.21287.6813
Yxy44.21280.42420.4906
Hunter Lab66.4927-13.729639.6957
CIE-Lab72.3705-11.818469.7233

#bfb51d color RGB value is (191,181,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 00011101
Octal 277 265 35
Decimal 191 181 29
Hex BF B5 1D

RGB Percentages of Color #bfb51d

%47.63
%45.14
%7.23

CMYK Percentages of Color #bfb51d

%0
%5
%85
%25

Triadic Colors of #bfb51d

#bfb51d #1dbfb5 #b51dbf

Analogous Colors of #bfb51d

#bfb51d #78bf1d #bf641d

Monochromatic Colors of #bfb51d

#bfb51d

Complementary Color

#bfb51d #1d27bf

#bfb51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb51d Color CSS Codes

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

#bfb51d Text Font Color

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

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


#bfb51d Background Color

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

This div background color is #bfb51d


#bfb51d Border Color

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

This div border color is #bfb51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb51d


Comments

No comments written yet.

Please login to write comment.