Color Hex Logo

#bfbb11 Color Hex

#BFBB11
(191,187,17)
0 Favorites   0 Comments

Color spaces of #bfbb11

RGB 19118717
HSL0.160.840.41
HSV59°91°75°
CMYK 0.000.020.91   0.25
XYZ39.357446.65757.4618
Yxy46.65750.42100.4991
Hunter Lab68.3063-16.686141.3375
CIE-Lab73.9702-15.125373.2761

#bfbb11 color RGB value is (191,187,17).

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

The process color (four color CMYK) of #bfbb11 color hex is 0.00, 0.02, 0.91, 0.25. Web safe color of #bfbb11 is #cccc00. Color #bfbb11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 00010001
Octal 277 273 21
Decimal 191 187 17
Hex BF BB 11

RGB Percentages of Color #bfbb11

%48.35
%47.34
%4.30

CMYK Percentages of Color #bfbb11

%0
%2
%91
%25

Triadic Colors of #bfbb11

#bfbb11 #11bfbb #bb11bf

Analogous Colors of #bfbb11

#bfbb11 #6cbf11 #bf6411

Monochromatic Colors of #bfbb11

#bfbb11

Complementary Color

#bfbb11 #1115bf

#bfbb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb11 Color CSS Codes

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

#bfbb11 Text Font Color

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

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


#bfbb11 Background Color

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

This div background color is #bfbb11


#bfbb11 Border Color

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

This div border color is #bfbb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb11


Comments

No comments written yet.

Please login to write comment.