Color Hex Logo

#b29c14 Color Hex

#B29C14
(178,156,20)
0 Favorites   0 Comments

Color spaces of #b29c14

RGB 17815620
HSL0.140.800.39
HSV52°89°70°
CMYK 0.000.120.89   0.30
XYZ30.374833.29245.4870
Yxy33.29240.43920.4814
Hunter Lab57.6996-7.006434.7515
CIE-Lab64.3970-4.694464.7420

#b29c14 color RGB value is (178,156,20).

#b29c14 hex color red value is 178, green value is 156 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b29c14 hue: 0.14 , saturation: 0.80 and the lightness value of b29c14 is 0.39.

The process color (four color CMYK) of #b29c14 color hex is 0.00, 0.12, 0.89, 0.30. Web safe color of #b29c14 is #999900. Color #b29c14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 00010100
Octal 262 234 24
Decimal 178 156 20
Hex B2 9C 14

RGB Percentages of Color #b29c14

%50.28
%44.07
%5.65

CMYK Percentages of Color #b29c14

%0
%12
%89
%30

Triadic Colors of #b29c14

#b29c14 #14b29c #9c14b2

Analogous Colors of #b29c14

#b29c14 #79b214 #b24d14

Monochromatic Colors of #b29c14

#b29c14

Complementary Color

#b29c14 #142ab2

#b29c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29c14 Color CSS Codes

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

#b29c14 Text Font Color

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

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


#b29c14 Background Color

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

This div background color is #b29c14


#b29c14 Border Color

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

This div border color is #b29c14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29c14


Comments

No comments written yet.

Please login to write comment.