Color Hex Logo

#bd680e Color Hex

#BD680E
(189,104,14)
0 Favorites   0 Comments

Color spaces of #bd680e

RGB 18910414
HSL0.090.860.40
HSV31°93°74°
CMYK 0.000.450.93   0.26
XYZ26.015820.75123.0497
Yxy20.75120.52220.4166
Hunter Lab45.553522.223627.9181
CIE-Lab52.676128.622957.6688

#bd680e color RGB value is (189,104,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 00001110
Octal 275 150 16
Decimal 189 104 14
Hex BD 68 E

RGB Percentages of Color #bd680e

%61.56
%33.88
%4.56

CMYK Percentages of Color #bd680e

%0
%45
%93
%26

Triadic Colors of #bd680e

#bd680e #0ebd68 #680ebd

Analogous Colors of #bd680e

#bd680e #bbbd0e #bd100e

Monochromatic Colors of #bd680e

#bd680e

Complementary Color

#bd680e #0e63bd

#bd680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd680e Color CSS Codes

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

#bd680e Text Font Color

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

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


#bd680e Background Color

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

This div background color is #bd680e


#bd680e Border Color

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

This div border color is #bd680e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,104,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 #bd680e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd680e


Comments

No comments written yet.

Please login to write comment.