Color Hex Logo

#b2a405 Color Hex

#B2A405
(178,164,5)
0 Favorites   0 Comments

Color spaces of #b2a405

RGB 1781645
HSL0.150.950.36
HSV55°97°70°
CMYK 0.000.080.97   0.30
XYZ31.663036.02695.4286
Yxy36.02690.43300.4927
Hunter Lab60.0224-10.877036.6533
CIE-Lab66.5405-9.167868.7007

#b2a405 color RGB value is (178,164,5).

#b2a405 hex color red value is 178, green value is 164 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b2a405 hue: 0.15 , saturation: 0.95 and the lightness value of b2a405 is 0.36.

The process color (four color CMYK) of #b2a405 color hex is 0.00, 0.08, 0.97, 0.30. Web safe color of #b2a405 is #999900. Color #b2a405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100100 00000101
Octal 262 244 5
Decimal 178 164 5
Hex B2 A4 5

RGB Percentages of Color #b2a405

%51.30
%47.26
%1.44

CMYK Percentages of Color #b2a405

%0
%8
%97
%30

Triadic Colors of #b2a405

#b2a405 #05b2a4 #a405b2

Analogous Colors of #b2a405

#b2a405 #6ab205 #b24e05

Monochromatic Colors of #b2a405

#b2a405

Complementary Color

#b2a405 #0513b2

#b2a405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a405 Color CSS Codes

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

#b2a405 Text Font Color

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

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


#b2a405 Background Color

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

This div background color is #b2a405


#b2a405 Border Color

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

This div border color is #b2a405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a405


Comments

No comments written yet.

Please login to write comment.