Color Hex Logo

#bfbd3b Color Hex

#BFBD3B
(191,189,59)
0 Favorites   0 Comments

Color spaces of #bfbd3b

RGB 19118959
HSL0.160.530.49
HSV59°69°75°
CMYK 0.000.010.69   0.25
XYZ40.472947.787311.2284
Yxy47.78730.40680.4803
Hunter Lab69.1284-16.467438.7595
CIE-Lab74.6906-14.742462.5746

#bfbd3b color RGB value is (191,189,59).

#bfbd3b hex color red value is 191, green value is 189 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfbd3b hue: 0.16 , saturation: 0.53 and the lightness value of bfbd3b is 0.49.

The process color (four color CMYK) of #bfbd3b color hex is 0.00, 0.01, 0.69, 0.25. Web safe color of #bfbd3b is #cccc33. Color #bfbd3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 00111011
Octal 277 275 73
Decimal 191 189 59
Hex BF BD 3B

RGB Percentages of Color #bfbd3b

%43.51
%43.05
%13.44

CMYK Percentages of Color #bfbd3b

%0
%1
%69
%25

Triadic Colors of #bfbd3b

#bfbd3b #3bbfbd #bd3bbf

Analogous Colors of #bfbd3b

#bfbd3b #7fbf3b #bf7b3b

Monochromatic Colors of #bfbd3b

#bfbd3b

Complementary Color

#bfbd3b #3b3dbf

#bfbd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbd3b Color CSS Codes

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

#bfbd3b Text Font Color

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

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


#bfbd3b Background Color

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

This div background color is #bfbd3b


#bfbd3b Border Color

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

This div border color is #bfbd3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,189,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfbd3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbd3b


Comments

No comments written yet.

Please login to write comment.