Color Hex Logo

#b4bd5e Color Hex

#B4BD5E
(180,189,94)
0 Favorites   0 Comments

Color spaces of #b4bd5e

RGB 18018994
HSL0.180.420.55
HSV66°50°74°
CMYK 0.050.000.50   0.26
XYZ39.040446.906617.5859
Yxy46.90660.37710.4531
Hunter Lab68.4884-18.104432.7179
CIE-Lab74.1300-16.817546.4789

#b4bd5e color RGB value is (180,189,94).

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

The process color (four color CMYK) of #b4bd5e color hex is 0.05, 0.00, 0.50, 0.26. Web safe color of #b4bd5e is #cccc66. Color #b4bd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111101 01011110
Octal 264 275 136
Decimal 180 189 94
Hex B4 BD 5E

RGB Percentages of Color #b4bd5e

%38.88
%40.82
%20.30

CMYK Percentages of Color #b4bd5e

%5
%0
%50
%26

Triadic Colors of #b4bd5e

#b4bd5e #5eb4bd #bd5eb4

Analogous Colors of #b4bd5e

#b4bd5e #85bd5e #bd975e

Monochromatic Colors of #b4bd5e

#b4bd5e

Complementary Color

#b4bd5e #675ebd

#b4bd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bd5e Color CSS Codes

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

#b4bd5e Text Font Color

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

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


#b4bd5e Background Color

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

This div background color is #b4bd5e


#b4bd5e Border Color

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

This div border color is #b4bd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bd5e


Comments

No comments written yet.

Please login to write comment.