Color Hex Logo

#b5a820 Color Hex

#B5A820
(181,168,32)
0 Favorites   0 Comments

Color spaces of #b5a820

RGB 18116832
HSL0.150.700.42
HSV55°82°71°
CMYK 0.000.070.82   0.29
XYZ33.319437.93336.9322
Yxy37.93330.42620.4852
Hunter Lab61.5900-11.216336.4397
CIE-Lab67.9714-9.394064.9175

#b5a820 color RGB value is (181,168,32).

#b5a820 hex color red value is 181, green value is 168 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b5a820 hue: 0.15 , saturation: 0.70 and the lightness value of b5a820 is 0.42.

The process color (four color CMYK) of #b5a820 color hex is 0.00, 0.07, 0.82, 0.29. Web safe color of #b5a820 is #cc9933. Color #b5a820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101000 00100000
Octal 265 250 40
Decimal 181 168 32
Hex B5 A8 20

RGB Percentages of Color #b5a820

%47.51
%44.09
%8.40

CMYK Percentages of Color #b5a820

%0
%7
%82
%29

Triadic Colors of #b5a820

#b5a820 #20b5a8 #a820b5

Analogous Colors of #b5a820

#b5a820 #78b520 #b55e20

Monochromatic Colors of #b5a820

#b5a820

Complementary Color

#b5a820 #202db5

#b5a820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a820 Color CSS Codes

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

#b5a820 Text Font Color

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

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


#b5a820 Background Color

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

This div background color is #b5a820


#b5a820 Border Color

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

This div border color is #b5a820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,168,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5a820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5a820;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a820;
  box-shadow:         1px 1px 3px 2px #b5a820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,168,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a820


Comments

No comments written yet.

Please login to write comment.