Color Hex Logo

#b5bd37 Color Hex

#B5BD37
(181,189,55)
0 Favorites   0 Comments

Color spaces of #b5bd37

RGB 18118955
HSL0.180.550.48
HSV64°71°74°
CMYK 0.040.000.71   0.26
XYZ37.943246.494810.5890
Yxy46.49480.39930.4893
Hunter Lab68.1871-19.999838.5236
CIE-Lab73.8655-19.192362.9672

#b5bd37 color RGB value is (181,189,55).

#b5bd37 hex color red value is 181, green value is 189 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b5bd37 hue: 0.18 , saturation: 0.55 and the lightness value of b5bd37 is 0.48.

The process color (four color CMYK) of #b5bd37 color hex is 0.04, 0.00, 0.71, 0.26. Web safe color of #b5bd37 is #cccc33. Color #b5bd37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111101 00110111
Octal 265 275 67
Decimal 181 189 55
Hex B5 BD 37

RGB Percentages of Color #b5bd37

%42.59
%44.47
%12.94

CMYK Percentages of Color #b5bd37

%4
%0
%71
%26

Triadic Colors of #b5bd37

#b5bd37 #37b5bd #bd37b5

Analogous Colors of #b5bd37

#b5bd37 #72bd37 #bd8237

Monochromatic Colors of #b5bd37

#b5bd37

Complementary Color

#b5bd37 #3f37bd

#b5bd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bd37 Color CSS Codes

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

#b5bd37 Text Font Color

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

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


#b5bd37 Background Color

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

This div background color is #b5bd37


#b5bd37 Border Color

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

This div border color is #b5bd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bd37


Comments

No comments written yet.

Please login to write comment.