Color Hex Logo

#bd500e Color Hex

#BD500E
(189,80,14)
0 Favorites   0 Comments

Color spaces of #bd500e

RGB 1898014
HSL0.060.860.40
HSV23°93°74°
CMYK 0.000.580.93   0.26
XYZ23.934216.58782.3558
Yxy16.58780.55820.3869
Hunter Lab40.728133.622725.0802
CIE-Lab47.736441.014554.1603

#bd500e color RGB value is (189,80,14).

#bd500e hex color red value is 189, green value is 80 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd500e hue: 0.06 , saturation: 0.86 and the lightness value of bd500e is 0.40.

The process color (four color CMYK) of #bd500e color hex is 0.00, 0.58, 0.93, 0.26. Web safe color of #bd500e is #cc6600. Color #bd500e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 00001110
Octal 275 120 16
Decimal 189 80 14
Hex BD 50 E

RGB Percentages of Color #bd500e

%66.78
%28.27
%4.95

CMYK Percentages of Color #bd500e

%0
%58
%93
%26

Triadic Colors of #bd500e

#bd500e #0ebd50 #500ebd

Analogous Colors of #bd500e

#bd500e #bda80e #bd0e24

Monochromatic Colors of #bd500e

#bd500e

Complementary Color

#bd500e #0e7bbd

#bd500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd500e Color CSS Codes

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

#bd500e Text Font Color

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

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


#bd500e Background Color

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

This div background color is #bd500e


#bd500e Border Color

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

This div border color is #bd500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd500e


Comments

No comments written yet.

Please login to write comment.