Color Hex Logo

#bd8603 Color Hex

#BD8603
(189,134,3)
0 Favorites   0 Comments

Color spaces of #bd8603

RGB 1891343
HSL0.120.970.38
HSV42°98°74°
CMYK 0.000.290.98   0.26
XYZ29.527827.87563.9104
Yxy27.87560.48160.4546
Hunter Lab52.79737.433832.5669
CIE-Lab59.776212.015464.6628

#bd8603 color RGB value is (189,134,3).

#bd8603 hex color red value is 189, green value is 134 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bd8603 hue: 0.12 , saturation: 0.97 and the lightness value of bd8603 is 0.38.

The process color (four color CMYK) of #bd8603 color hex is 0.00, 0.29, 0.98, 0.26. Web safe color of #bd8603 is #cc9900. Color #bd8603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 00000011
Octal 275 206 3
Decimal 189 134 3
Hex BD 86 3

RGB Percentages of Color #bd8603

%57.98
%41.10
%0.92

CMYK Percentages of Color #bd8603

%0
%29
%98
%26

Triadic Colors of #bd8603

#bd8603 #03bd86 #8603bd

Analogous Colors of #bd8603

#bd8603 #97bd03 #bd2903

Monochromatic Colors of #bd8603

#bd8603

Complementary Color

#bd8603 #033abd

#bd8603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8603 Color CSS Codes

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

#bd8603 Text Font Color

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

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


#bd8603 Background Color

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

This div background color is #bd8603


#bd8603 Border Color

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

This div border color is #bd8603


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,134,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd8603; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd8603;
  -webkit-box-shadow: 1px 1px 3px 2px #bd8603;
  box-shadow:         1px 1px 3px 2px #bd8603; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,134,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8603


Comments

No comments written yet.

Please login to write comment.