Color Hex Logo

#b39d08 Color Hex

#B39D08
(179,157,8)
0 Favorites   0 Comments

Color spaces of #b39d08

RGB 1791578
HSL0.150.910.37
HSV52°96°70°
CMYK 0.000.120.96   0.30
XYZ30.691233.71525.1198
Yxy33.71520.44140.4849
Hunter Lab58.0648-7.264035.4175
CIE-Lab64.7359-4.972367.0125

#b39d08 color RGB value is (179,157,8).

#b39d08 hex color red value is 179, green value is 157 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b39d08 hue: 0.15 , saturation: 0.91 and the lightness value of b39d08 is 0.37.

The process color (four color CMYK) of #b39d08 color hex is 0.00, 0.12, 0.96, 0.30. Web safe color of #b39d08 is #cc9900. Color #b39d08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011101 00001000
Octal 263 235 10
Decimal 179 157 8
Hex B3 9D 8

RGB Percentages of Color #b39d08

%52.03
%45.64
%2.33

CMYK Percentages of Color #b39d08

%0
%12
%96
%30

Triadic Colors of #b39d08

#b39d08 #08b39d #9d08b3

Analogous Colors of #b39d08

#b39d08 #74b308 #b34708

Monochromatic Colors of #b39d08

#b39d08

Complementary Color

#b39d08 #081eb3

#b39d08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39d08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39d08 Color CSS Codes

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

#b39d08 Text Font Color

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

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


#b39d08 Background Color

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

This div background color is #b39d08


#b39d08 Border Color

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

This div border color is #b39d08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,157,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b39d08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b39d08;
  -webkit-box-shadow: 1px 1px 3px 2px #b39d08;
  box-shadow:         1px 1px 3px 2px #b39d08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,157,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39d08


Comments

No comments written yet.

Please login to write comment.