Color Hex Logo

#bd8d1e Color Hex

#BD8D1E
(189,141,30)
0 Favorites   0 Comments

Color spaces of #bd8d1e

RGB 18914130
HSL0.120.730.43
HSV42°84°74°
CMYK 0.000.250.84   0.26
XYZ30.745529.96235.3911
Yxy29.96230.46510.4533
Hunter Lab54.73784.469832.4770
CIE-Lab61.62178.653160.3900

#bd8d1e color RGB value is (189,141,30).

#bd8d1e hex color red value is 189, green value is 141 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd8d1e hue: 0.12 , saturation: 0.73 and the lightness value of bd8d1e is 0.43.

The process color (four color CMYK) of #bd8d1e color hex is 0.00, 0.25, 0.84, 0.26. Web safe color of #bd8d1e is #cc9933. Color #bd8d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 00011110
Octal 275 215 36
Decimal 189 141 30
Hex BD 8D 1E

RGB Percentages of Color #bd8d1e

%52.50
%39.17
%8.33

CMYK Percentages of Color #bd8d1e

%0
%25
%84
%26

Triadic Colors of #bd8d1e

#bd8d1e #1ebd8d #8d1ebd

Analogous Colors of #bd8d1e

#bd8d1e #9ebd1e #bd3e1e

Monochromatic Colors of #bd8d1e

#bd8d1e

Complementary Color

#bd8d1e #1e4ebd

#bd8d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8d1e Color CSS Codes

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

#bd8d1e Text Font Color

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

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


#bd8d1e Background Color

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

This div background color is #bd8d1e


#bd8d1e Border Color

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

This div border color is #bd8d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8d1e


Comments

No comments written yet.

Please login to write comment.