Color Hex Logo

#bd690e Color Hex

#BD690E
(189,105,14)
0 Favorites   0 Comments

Color spaces of #bd690e

RGB 18910514
HSL0.090.860.40
HSV31°93°74°
CMYK 0.000.440.93   0.26
XYZ26.117120.95373.0834
Yxy20.95370.52070.4178
Hunter Lab45.775221.736828.0489
CIE-Lab52.898828.084057.8298

#bd690e color RGB value is (189,105,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 00001110
Octal 275 151 16
Decimal 189 105 14
Hex BD 69 E

RGB Percentages of Color #bd690e

%61.36
%34.09
%4.55

CMYK Percentages of Color #bd690e

%0
%44
%93
%26

Triadic Colors of #bd690e

#bd690e #0ebd69 #690ebd

Analogous Colors of #bd690e

#bd690e #babd0e #bd110e

Monochromatic Colors of #bd690e

#bd690e

Complementary Color

#bd690e #0e62bd

#bd690e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd690e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd690e Color CSS Codes

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

#bd690e Text Font Color

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

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


#bd690e Background Color

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

This div background color is #bd690e


#bd690e Border Color

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

This div border color is #bd690e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd690e


Comments

No comments written yet.

Please login to write comment.