Color Hex Logo

#bd940c Color Hex

#BD940C
(189,148,12)
0 Favorites   0 Comments

Color spaces of #bd940c

RGB 18914812
HSL0.130.880.39
HSV46°94°74°
CMYK 0.000.220.94   0.26
XYZ31.642532.02524.8616
Yxy32.02520.46170.4673
Hunter Lab56.59080.773634.5201
CIE-Lab63.36374.450365.8811

#bd940c color RGB value is (189,148,12).

#bd940c hex color red value is 189, green value is 148 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bd940c hue: 0.13 , saturation: 0.88 and the lightness value of bd940c is 0.39.

The process color (four color CMYK) of #bd940c color hex is 0.00, 0.22, 0.94, 0.26. Web safe color of #bd940c is #cc9900. Color #bd940c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 00001100
Octal 275 224 14
Decimal 189 148 12
Hex BD 94 C

RGB Percentages of Color #bd940c

%54.15
%42.41
%3.44

CMYK Percentages of Color #bd940c

%0
%22
%94
%26

Triadic Colors of #bd940c

#bd940c #0cbd94 #940cbd

Analogous Colors of #bd940c

#bd940c #8ebd0c #bd3b0c

Monochromatic Colors of #bd940c

#bd940c

Complementary Color

#bd940c #0c35bd

#bd940c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd940c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd940c Color CSS Codes

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

#bd940c Text Font Color

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

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


#bd940c Background Color

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

This div background color is #bd940c


#bd940c Border Color

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

This div border color is #bd940c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd940c


Comments

No comments written yet.

Please login to write comment.