Color Hex Logo

#b4b43e Color Hex

#B4B43E
(180,180,62)
0 Favorites   0 Comments

Color spaces of #b4b43e

RGB 18018062
HSL0.170.490.47
HSV60°66°71°
CMYK 0.000.000.66   0.29
XYZ36.013242.693610.9000
Yxy42.69360.40190.4765
Hunter Lab65.3403-15.962935.8475
CIE-Lab71.3465-14.685957.7324

#b4b43e color RGB value is (180,180,62).

#b4b43e hex color red value is 180, green value is 180 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b4b43e hue: 0.17 , saturation: 0.49 and the lightness value of b4b43e is 0.47.

The process color (four color CMYK) of #b4b43e color hex is 0.00, 0.00, 0.66, 0.29. Web safe color of #b4b43e is #cccc33. Color #b4b43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110100 00111110
Octal 264 264 76
Decimal 180 180 62
Hex B4 B4 3E

RGB Percentages of Color #b4b43e

%42.65
%42.65
%14.69

CMYK Percentages of Color #b4b43e

%0
%0
%66
%29

Triadic Colors of #b4b43e

#b4b43e #3eb4b4 #b43eb4

Analogous Colors of #b4b43e

#b4b43e #79b43e #b4793e

Monochromatic Colors of #b4b43e

#b4b43e

Complementary Color

#b4b43e #3e3eb4

#b4b43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b43e Color CSS Codes

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

#b4b43e Text Font Color

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

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


#b4b43e Background Color

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

This div background color is #b4b43e


#b4b43e Border Color

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

This div border color is #b4b43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b43e


Comments

No comments written yet.

Please login to write comment.