Color Hex Logo

#b8bf59 Color Hex

#B8BF59
(184,191,89)
0 Favorites   0 Comments

Color spaces of #b8bf59

RGB 18419189
HSL0.180.440.55
HSV64°53°75°
CMYK 0.040.000.53   0.25
XYZ40.201148.173216.6307
Yxy48.17320.38280.4588
Hunter Lab69.4069-18.073334.3783
CIE-Lab74.9340-16.635849.8740

#b8bf59 color RGB value is (184,191,89).

#b8bf59 hex color red value is 184, green value is 191 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b8bf59 hue: 0.18 , saturation: 0.44 and the lightness value of b8bf59 is 0.55.

The process color (four color CMYK) of #b8bf59 color hex is 0.04, 0.00, 0.53, 0.25. Web safe color of #b8bf59 is #cccc66. Color #b8bf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111111 01011001
Octal 270 277 131
Decimal 184 191 89
Hex B8 BF 59

RGB Percentages of Color #b8bf59

%39.66
%41.16
%19.18

CMYK Percentages of Color #b8bf59

%4
%0
%53
%25

Triadic Colors of #b8bf59

#b8bf59 #59b8bf #bf59b8

Analogous Colors of #b8bf59

#b8bf59 #85bf59 #bf9359

Monochromatic Colors of #b8bf59

#b8bf59

Complementary Color

#b8bf59 #6059bf

#b8bf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bf59 Color CSS Codes

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

#b8bf59 Text Font Color

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

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


#b8bf59 Background Color

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

This div background color is #b8bf59


#b8bf59 Border Color

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

This div border color is #b8bf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bf59


Comments

No comments written yet.

Please login to write comment.