Color Hex Logo

#b0a428 Color Hex

#B0A428
(176,164,40)
0 Favorites   0 Comments

Color spaces of #b0a428

RGB 17616440
HSL0.150.630.42
HSV55°77°69°
CMYK 0.000.070.77   0.31
XYZ31.563035.93427.2799
Yxy35.93420.42210.4806
Hunter Lab59.9451-10.918134.7613
CIE-Lab66.4696-9.227761.0147

#b0a428 color RGB value is (176,164,40).

#b0a428 hex color red value is 176, green value is 164 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b0a428 hue: 0.15 , saturation: 0.63 and the lightness value of b0a428 is 0.42.

The process color (four color CMYK) of #b0a428 color hex is 0.00, 0.07, 0.77, 0.31. Web safe color of #b0a428 is #999933. Color #b0a428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100100 00101000
Octal 260 244 50
Decimal 176 164 40
Hex B0 A4 28

RGB Percentages of Color #b0a428

%46.32
%43.16
%10.53

CMYK Percentages of Color #b0a428

%0
%7
%77
%31

Triadic Colors of #b0a428

#b0a428 #28b0a4 #a428b0

Analogous Colors of #b0a428

#b0a428 #78b028 #b06028

Monochromatic Colors of #b0a428

#b0a428

Complementary Color

#b0a428 #2834b0

#b0a428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a428 Color CSS Codes

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

#b0a428 Text Font Color

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

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


#b0a428 Background Color

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

This div background color is #b0a428


#b0a428 Border Color

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

This div border color is #b0a428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a428


Comments

No comments written yet.

Please login to write comment.