Color Hex Logo

#b8b41f Color Hex

#B8B41F
(184,180,31)
0 Favorites   0 Comments

Color spaces of #b8b41f

RGB 18418031
HSL0.160.710.42
HSV58°83°72°
CMYK 0.000.020.83   0.28
XYZ36.335742.93187.6679
Yxy42.93180.41800.4938
Hunter Lab65.5224-15.676238.9271
CIE-Lab71.5087-14.308068.2855

#b8b41f color RGB value is (184,180,31).

#b8b41f hex color red value is 184, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b8b41f hue: 0.16 , saturation: 0.71 and the lightness value of b8b41f is 0.42.

The process color (four color CMYK) of #b8b41f color hex is 0.00, 0.02, 0.83, 0.28. Web safe color of #b8b41f is #cccc33. Color #b8b41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110100 00011111
Octal 270 264 37
Decimal 184 180 31
Hex B8 B4 1F

RGB Percentages of Color #b8b41f

%46.58
%45.57
%7.85

CMYK Percentages of Color #b8b41f

%0
%2
%83
%28

Triadic Colors of #b8b41f

#b8b41f #1fb8b4 #b41fb8

Analogous Colors of #b8b41f

#b8b41f #70b81f #b8681f

Monochromatic Colors of #b8b41f

#b8b41f

Complementary Color

#b8b41f #1f23b8

#b8b41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b41f Color CSS Codes

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

#b8b41f Text Font Color

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

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


#b8b41f Background Color

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

This div background color is #b8b41f


#b8b41f Border Color

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

This div border color is #b8b41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b41f


Comments

No comments written yet.

Please login to write comment.