Color Hex Logo

#bfbb42 Color Hex

#BFBB42
(191,187,66)
0 Favorites   0 Comments

Color spaces of #bfbb42

RGB 19118766
HSL0.160.490.50
HSV58°65°75°
CMYK 0.000.020.65   0.25
XYZ40.239647.010412.1073
Yxy47.01040.40500.4731
Hunter Lab68.5641-15.227437.5253
CIE-Lab74.1964-13.336659.3368

#bfbb42 color RGB value is (191,187,66).

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

The process color (four color CMYK) of #bfbb42 color hex is 0.00, 0.02, 0.65, 0.25. Web safe color of #bfbb42 is #cccc33. Color #bfbb42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01000010
Octal 277 273 102
Decimal 191 187 66
Hex BF BB 42

RGB Percentages of Color #bfbb42

%43.02
%42.12
%14.86

CMYK Percentages of Color #bfbb42

%0
%2
%65
%25

Triadic Colors of #bfbb42

#bfbb42 #42bfbb #bb42bf

Analogous Colors of #bfbb42

#bfbb42 #85bf42 #bf7d42

Monochromatic Colors of #bfbb42

#bfbb42

Complementary Color

#bfbb42 #4246bf

#bfbb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb42 Color CSS Codes

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

#bfbb42 Text Font Color

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

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


#bfbb42 Background Color

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

This div background color is #bfbb42


#bfbb42 Border Color

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

This div border color is #bfbb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb42


Comments

No comments written yet.

Please login to write comment.