Color Hex Logo

#bd980c Color Hex

#BD980C
(189,152,12)
0 Favorites   0 Comments

Color spaces of #bd980c

RGB 18915212
HSL0.130.880.39
HSV47°94°74°
CMYK 0.000.200.94   0.26
XYZ32.280933.30185.0743
Yxy33.30180.45690.4713
Hunter Lab57.7077-1.138135.1820
CIE-Lab64.40452.279066.6557

#bd980c color RGB value is (189,152,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 00001100
Octal 275 230 14
Decimal 189 152 12
Hex BD 98 C

RGB Percentages of Color #bd980c

%53.54
%43.06
%3.40

CMYK Percentages of Color #bd980c

%0
%20
%94
%26

Triadic Colors of #bd980c

#bd980c #0cbd98 #980cbd

Analogous Colors of #bd980c

#bd980c #8abd0c #bd3f0c

Monochromatic Colors of #bd980c

#bd980c

Complementary Color

#bd980c #0c31bd

#bd980c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd980c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd980c Color CSS Codes

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

#bd980c Text Font Color

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

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


#bd980c Background Color

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

This div background color is #bd980c


#bd980c Border Color

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

This div border color is #bd980c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd980c


Comments

No comments written yet.

Please login to write comment.