Color Hex Logo

#bd990e Color Hex

#BD990E
(189,153,14)
0 Favorites   0 Comments

Color spaces of #bd990e

RGB 18915314
HSL0.130.860.40
HSV48°93°74°
CMYK 0.000.190.93   0.26
XYZ32.456833.63305.1966
Yxy33.63300.45530.4718
Hunter Lab57.9940-1.590435.2830
CIE-Lab64.67021.766366.5401

#bd990e color RGB value is (189,153,14).

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

The process color (four color CMYK) of #bd990e color hex is 0.00, 0.19, 0.93, 0.26. Web safe color of #bd990e is #cc9900. Color #bd990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 00001110
Octal 275 231 16
Decimal 189 153 14
Hex BD 99 E

RGB Percentages of Color #bd990e

%53.09
%42.98
%3.93

CMYK Percentages of Color #bd990e

%0
%19
%93
%26

Triadic Colors of #bd990e

#bd990e #0ebd99 #990ebd

Analogous Colors of #bd990e

#bd990e #8abd0e #bd410e

Monochromatic Colors of #bd990e

#bd990e

Complementary Color

#bd990e #0e32bd

#bd990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd990e Color CSS Codes

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

#bd990e Text Font Color

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

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


#bd990e Background Color

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

This div background color is #bd990e


#bd990e Border Color

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

This div border color is #bd990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd990e


Comments

No comments written yet.

Please login to write comment.