color codes Logo

#b4ba3e color codes

#B4BA3E
(180,186,62)
0 Favorites   0 Comments

Color spaces of #b4ba3e

RGB 18018662
HSL0.170.500.49
HSV63°67°73°
CMYK 0.030.000.67   0.27
XYZ37.250845.168911.3126
Yxy45.16890.39740.4819
Hunter Lab67.2078-18.677737.0656
CIE-Lab73.0030-17.727959.4311

#b4ba3e color RGB value is (180,186,62).

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

The process color (four color CMYK) of #b4ba3e color code is 0.03, 0.00, 0.67, 0.27. Web safe color of #b4ba3e is #cccc33. Color #b4ba3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 00111110
Octal 264 272 76
Decimal 180 186 62
Hex B4 BA 3E

RGB Percentages of Color #b4ba3e

%42.06
%43.46
%14.49

CMYK Percentages of Color #b4ba3e

%3
%0
%67
%27

Triadic Colors of #b4ba3e

#b4ba3e #3eb4ba #ba3eb4

Analogous Colors of #b4ba3e

#b4ba3e #76ba3e #ba823e

Monochromatic Colors of #b4ba3e

#b4ba3e

Complementary Color

#b4ba3e #443eba

#b4ba3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ba3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ba3e Color CSS Codes

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

#b4ba3e Text Font Color

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

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


#b4ba3e Background Color

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

This div background color is #b4ba3e


#b4ba3e Border Color

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

This div border color is #b4ba3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ba3e


Comments

No comments written yet.

Please login to write comment.