Color Hex Logo

#bd941d Color Hex

#BD941D
(189,148,29)
0 Favorites   0 Comments

Color spaces of #bd941d

RGB 18914829
HSL0.120.730.43
HSV45°85°74°
CMYK 0.000.220.85   0.26
XYZ31.797932.08735.6799
Yxy32.08730.45710.4613
Hunter Lab56.64571.070633.7069
CIE-Lab63.41504.795762.1932

#bd941d color RGB value is (189,148,29).

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

The process color (four color CMYK) of #bd941d color hex is 0.00, 0.22, 0.85, 0.26. Web safe color of #bd941d is #cc9933. Color #bd941d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 00011101
Octal 275 224 35
Decimal 189 148 29
Hex BD 94 1D

RGB Percentages of Color #bd941d

%51.64
%40.44
%7.92

CMYK Percentages of Color #bd941d

%0
%22
%85
%26

Triadic Colors of #bd941d

#bd941d #1dbd94 #941dbd

Analogous Colors of #bd941d

#bd941d #96bd1d #bd441d

Monochromatic Colors of #bd941d

#bd941d

Complementary Color

#bd941d #1d46bd

#bd941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd941d Color CSS Codes

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

#bd941d Text Font Color

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

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


#bd941d Background Color

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

This div background color is #bd941d


#bd941d Border Color

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

This div border color is #bd941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd941d


Comments

No comments written yet.

Please login to write comment.