Color Hex Logo

#bfb01d Color Hex

#BFB01D
(191,176,29)
0 Favorites   0 Comments

Color spaces of #bfb01d

RGB 19117629
HSL0.150.740.43
HSV54°85°75°
CMYK 0.000.080.85   0.25
XYZ37.233042.21577.3485
Yxy42.21570.42900.4864
Hunter Lab64.9736-11.414738.7758
CIE-Lab71.0194-9.236268.6050

#bfb01d color RGB value is (191,176,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00011101
Octal 277 260 35
Decimal 191 176 29
Hex BF B0 1D

RGB Percentages of Color #bfb01d

%48.23
%44.44
%7.32

CMYK Percentages of Color #bfb01d

%0
%8
%85
%25

Triadic Colors of #bfb01d

#bfb01d #1dbfb0 #b01dbf

Analogous Colors of #bfb01d

#bfb01d #7dbf1d #bf5f1d

Monochromatic Colors of #bfb01d

#bfb01d

Complementary Color

#bfb01d #1d2cbf

#bfb01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb01d Color CSS Codes

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

#bfb01d Text Font Color

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

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


#bfb01d Background Color

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

This div background color is #bfb01d


#bfb01d Border Color

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

This div border color is #bfb01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb01d


Comments

No comments written yet.

Please login to write comment.