Color Hex Logo

#bfbb68 Color Hex

#BFBB68
(191,187,104)
0 Favorites   0 Comments

Color spaces of #bfbb68

RGB 191187104
HSL0.160.400.58
HSV57°46°75°
CMYK 0.000.020.46   0.25
XYZ41.754947.616520.0869
Yxy47.61650.38150.4350
Hunter Lab69.0047-12.747531.0443
CIE-Lab74.5824-10.345642.3227

#bfbb68 color RGB value is (191,187,104).

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

The process color (four color CMYK) of #bfbb68 color hex is 0.00, 0.02, 0.46, 0.25. Web safe color of #bfbb68 is #cccc66. Color #bfbb68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01101000
Octal 277 273 150
Decimal 191 187 104
Hex BF BB 68

RGB Percentages of Color #bfbb68

%39.63
%38.80
%21.58

CMYK Percentages of Color #bfbb68

%0
%2
%46
%25

Triadic Colors of #bfbb68

#bfbb68 #68bfbb #bb68bf

Analogous Colors of #bfbb68

#bfbb68 #98bf68 #bf9068

Monochromatic Colors of #bfbb68

#bfbb68

Complementary Color

#bfbb68 #686cbf

#bfbb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb68 Color CSS Codes

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

#bfbb68 Text Font Color

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

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


#bfbb68 Background Color

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

This div background color is #bfbb68


#bfbb68 Border Color

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

This div border color is #bfbb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb68


Comments

No comments written yet.

Please login to write comment.