Color Hex Logo

#b4b35e Color Hex

#B4B35E
(180,179,94)
0 Favorites   0 Comments

Color spaces of #b4b35e

RGB 18017994
HSL0.160.360.54
HSV59°48°71°
CMYK 0.000.010.48   0.29
XYZ36.962942.751616.8934
Yxy42.75160.38260.4425
Hunter Lab65.3847-13.514730.4506
CIE-Lab71.3861-11.703543.1968

#b4b35e color RGB value is (180,179,94).

#b4b35e hex color red value is 180, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4b35e hue: 0.16 , saturation: 0.36 and the lightness value of b4b35e is 0.54.

The process color (four color CMYK) of #b4b35e color hex is 0.00, 0.01, 0.48, 0.29. Web safe color of #b4b35e is #cccc66. Color #b4b35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110011 01011110
Octal 264 263 136
Decimal 180 179 94
Hex B4 B3 5E

RGB Percentages of Color #b4b35e

%39.74
%39.51
%20.75

CMYK Percentages of Color #b4b35e

%0
%1
%48
%29

Triadic Colors of #b4b35e

#b4b35e #5eb4b3 #b35eb4

Analogous Colors of #b4b35e

#b4b35e #8ab45e #b4885e

Monochromatic Colors of #b4b35e

#b4b35e

Complementary Color

#b4b35e #5e5fb4

#b4b35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b35e Color CSS Codes

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

#b4b35e Text Font Color

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

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


#b4b35e Background Color

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

This div background color is #b4b35e


#b4b35e Border Color

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

This div border color is #b4b35e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,179,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 #b4b35e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b35e


Comments

No comments written yet.

Please login to write comment.