Color Hex Logo

#bfb41d Color Hex

#BFB41D
(191,180,29)
0 Favorites   0 Comments

Color spaces of #bfb41d

RGB 19118029
HSL0.160.740.43
HSV56°85°75°
CMYK 0.000.060.85   0.25
XYZ38.028943.80767.6138
Yxy43.80760.42510.4897
Hunter Lab66.1873-13.268039.5107
CIE-Lab72.0997-11.304469.4992

#bfb41d color RGB value is (191,180,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00011101
Octal 277 264 35
Decimal 191 180 29
Hex BF B4 1D

RGB Percentages of Color #bfb41d

%47.75
%45.00
%7.25

CMYK Percentages of Color #bfb41d

%0
%6
%85
%25

Triadic Colors of #bfb41d

#bfb41d #1dbfb4 #b41dbf

Analogous Colors of #bfb41d

#bfb41d #79bf1d #bf631d

Monochromatic Colors of #bfb41d

#bfb41d

Complementary Color

#bfb41d #1d28bf

#bfb41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb41d Color CSS Codes

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

#bfb41d Text Font Color

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

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


#bfb41d Background Color

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

This div background color is #bfb41d


#bfb41d Border Color

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

This div border color is #bfb41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb41d


Comments

No comments written yet.

Please login to write comment.