Color Hex Logo

#b9bf4f Color Hex

#B9BF4F
(185,191,79)
0 Favorites   0 Comments

Color spaces of #b9bf4f

RGB 18519179
HSL0.180.470.53
HSV63°59°75°
CMYK 0.030.000.59   0.25
XYZ40.049748.140414.5783
Yxy48.14040.38970.4684
Hunter Lab69.3833-18.386336.1107
CIE-Lab74.9134-17.018654.4308

#b9bf4f color RGB value is (185,191,79).

#b9bf4f hex color red value is 185, green value is 191 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b9bf4f hue: 0.18 , saturation: 0.47 and the lightness value of b9bf4f is 0.53.

The process color (four color CMYK) of #b9bf4f color hex is 0.03, 0.00, 0.59, 0.25. Web safe color of #b9bf4f is #cccc66. Color #b9bf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 01001111
Octal 271 277 117
Decimal 185 191 79
Hex B9 BF 4F

RGB Percentages of Color #b9bf4f

%40.66
%41.98
%17.36

CMYK Percentages of Color #b9bf4f

%3
%0
%59
%25

Triadic Colors of #b9bf4f

#b9bf4f #4fb9bf #bf4fb9

Analogous Colors of #b9bf4f

#b9bf4f #81bf4f #bf8d4f

Monochromatic Colors of #b9bf4f

#b9bf4f

Complementary Color

#b9bf4f #554fbf

#b9bf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bf4f Color CSS Codes

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

#b9bf4f Text Font Color

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

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


#b9bf4f Background Color

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

This div background color is #b9bf4f


#b9bf4f Border Color

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

This div border color is #b9bf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bf4f


Comments

No comments written yet.

Please login to write comment.