color codes Logo

#b4b75e color codes

#B4B75E
(180,183,94)
0 Favorites   0 Comments

Color spaces of #b4b75e

RGB 18018394
HSL0.170.380.54
HSV62°49°72°
CMYK 0.020.000.49   0.28
XYZ37.776344.378417.1645
Yxy44.37840.38040.4468
Hunter Lab66.6171-15.358731.3554
CIE-Lab72.4807-13.764144.5123

#b4b75e color RGB value is (180,183,94).

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

The process color (four color CMYK) of #b4b75e color code is 0.02, 0.00, 0.49, 0.28. Web safe color of #b4b75e is #cccc66. Color #b4b75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110111 01011110
Octal 264 267 136
Decimal 180 183 94
Hex B4 B7 5E

RGB Percentages of Color #b4b75e

%39.39
%40.04
%20.57

CMYK Percentages of Color #b4b75e

%2
%0
%49
%28

Triadic Colors of #b4b75e

#b4b75e #5eb4b7 #b75eb4

Analogous Colors of #b4b75e

#b4b75e #88b75e #b78e5e

Monochromatic Colors of #b4b75e

#b4b75e

Complementary Color

#b4b75e #615eb7

#b4b75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b75e Color CSS Codes

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

#b4b75e Text Font Color

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

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


#b4b75e Background Color

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

This div background color is #b4b75e


#b4b75e Border Color

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

This div border color is #b4b75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b75e


Comments

No comments written yet.

Please login to write comment.