Color Hex Logo

#b4a100 Color Hex

#B4A100
(180,161,0)
0 Favorites   0 Comments

Color spaces of #b4a100

RGB 1801610
HSL0.151.000.35
HSV54°100°71°
CMYK 0.000.111.00   0.29
XYZ31.567335.19305.1292
Yxy35.19300.43910.4895
Hunter Lab59.3237-8.833136.4003
CIE-Lab65.8987-6.750968.9731

#b4a100 color RGB value is (180,161,0).

#b4a100 hex color red value is 180, green value is 161 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b4a100 hue: 0.15 , saturation: 1.00 and the lightness value of b4a100 is 0.35.

The process color (four color CMYK) of #b4a100 color hex is 0.00, 0.11, 1.00, 0.29. Web safe color of #b4a100 is #cc9900. Color #b4a100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100001 00000000
Octal 264 241 0
Decimal 180 161 0
Hex B4 A1 0

RGB Percentages of Color #b4a100

%52.79
%47.21
%0.00

CMYK Percentages of Color #b4a100

%0
%11
%100
%29

Triadic Colors of #b4a100

#b4a100 #00b4a1 #a100b4

Analogous Colors of #b4a100

#b4a100 #6db400 #b44700

Monochromatic Colors of #b4a100

#b4a100

Complementary Color

#b4a100 #0013b4

#b4a100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a100 Color CSS Codes

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

#b4a100 Text Font Color

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

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


#b4a100 Background Color

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

This div background color is #b4a100


#b4a100 Border Color

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

This div border color is #b4a100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a100

#b4a100 Color Palettes


Comments

No comments written yet.

Please login to write comment.