Color Hex Logo

#b8a424 Color Hex

#B8A424
(184,164,36)
0 Favorites   0 Comments

Color spaces of #b8a424

RGB 18416436
HSL0.140.670.43
HSV52°80°72°
CMYK 0.000.110.80   0.28
XYZ33.361136.86867.0271
Yxy36.86860.43180.4772
Hunter Lab60.7195-8.186035.6420
CIE-Lab67.1783-5.828563.1873

#b8a424 color RGB value is (184,164,36).

#b8a424 hex color red value is 184, green value is 164 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b8a424 hue: 0.14 , saturation: 0.67 and the lightness value of b8a424 is 0.43.

The process color (four color CMYK) of #b8a424 color hex is 0.00, 0.11, 0.80, 0.28. Web safe color of #b8a424 is #cc9933. Color #b8a424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100100 00100100
Octal 270 244 44
Decimal 184 164 36
Hex B8 A4 24

RGB Percentages of Color #b8a424

%47.92
%42.71
%9.38

CMYK Percentages of Color #b8a424

%0
%11
%80
%28

Triadic Colors of #b8a424

#b8a424 #24b8a4 #a424b8

Analogous Colors of #b8a424

#b8a424 #82b824 #b85a24

Monochromatic Colors of #b8a424

#b8a424

Complementary Color

#b8a424 #2438b8

#b8a424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a424 Color CSS Codes

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

#b8a424 Text Font Color

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

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


#b8a424 Background Color

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

This div background color is #b8a424


#b8a424 Border Color

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

This div border color is #b8a424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a424


Comments

No comments written yet.

Please login to write comment.