Color Hex Logo

#b2a840 Color Hex

#B2A840
(178,168,64)
0 Favorites   0 Comments

Color spaces of #b2a840

RGB 17816864
HSL0.150.470.47
HSV55°64°70°
CMYK 0.000.060.64   0.30
XYZ33.288137.840410.3999
Yxy37.84040.40830.4641
Hunter Lab61.5146-11.056633.0364
CIE-Lab67.9028-9.208753.2376

#b2a840 color RGB value is (178,168,64).

#b2a840 hex color red value is 178, green value is 168 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b2a840 hue: 0.15 , saturation: 0.47 and the lightness value of b2a840 is 0.47.

The process color (four color CMYK) of #b2a840 color hex is 0.00, 0.06, 0.64, 0.30. Web safe color of #b2a840 is #999933. Color #b2a840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101000 01000000
Octal 262 250 100
Decimal 178 168 64
Hex B2 A8 40

RGB Percentages of Color #b2a840

%43.41
%40.98
%15.61

CMYK Percentages of Color #b2a840

%0
%6
%64
%30

Triadic Colors of #b2a840

#b2a840 #40b2a8 #a840b2

Analogous Colors of #b2a840

#b2a840 #83b240 #b26f40

Monochromatic Colors of #b2a840

#b2a840

Complementary Color

#b2a840 #404ab2

#b2a840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a840 Color CSS Codes

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

#b2a840 Text Font Color

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

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


#b2a840 Background Color

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

This div background color is #b2a840


#b2a840 Border Color

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

This div border color is #b2a840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a840


Comments

No comments written yet.

Please login to write comment.