Color Hex Logo

#b5bf40 Color Hex

#B5BF40
(181,191,64)
0 Favorites   0 Comments

Color spaces of #b5bf40

RGB 18119164
HSL0.180.500.50
HSV65°66°75°
CMYK 0.050.000.66   0.25
XYZ38.612347.455511.9752
Yxy47.45550.39380.4840
Hunter Lab68.8880-20.503137.9148
CIE-Lab74.4802-19.690660.1771

#b5bf40 color RGB value is (181,191,64).

#b5bf40 hex color red value is 181, green value is 191 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b5bf40 hue: 0.18 , saturation: 0.50 and the lightness value of b5bf40 is 0.50.

The process color (four color CMYK) of #b5bf40 color hex is 0.05, 0.00, 0.66, 0.25. Web safe color of #b5bf40 is #cccc33. Color #b5bf40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 01000000
Octal 265 277 100
Decimal 181 191 64
Hex B5 BF 40

RGB Percentages of Color #b5bf40

%41.51
%43.81
%14.68

CMYK Percentages of Color #b5bf40

%5
%0
%66
%25

Triadic Colors of #b5bf40

#b5bf40 #40b5bf #bf40b5

Analogous Colors of #b5bf40

#b5bf40 #76bf40 #bf8a40

Monochromatic Colors of #b5bf40

#b5bf40

Complementary Color

#b5bf40 #4a40bf

#b5bf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bf40 Color CSS Codes

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

#b5bf40 Text Font Color

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

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


#b5bf40 Background Color

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

This div background color is #b5bf40


#b5bf40 Border Color

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

This div border color is #b5bf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bf40


Comments

No comments written yet.

Please login to write comment.