Color Hex Logo

#bd981b Color Hex

#BD981B
(189,152,27)
0 Favorites   0 Comments

Color spaces of #bd981b

RGB 18915227
HSL0.130.750.42
HSV46°86°74°
CMYK 0.000.200.86   0.26
XYZ32.412333.35445.7666
Yxy33.35440.45310.4663
Hunter Lab57.7533-0.890434.5072
CIE-Lab64.44682.569363.5940

#bd981b color RGB value is (189,152,27).

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

The process color (four color CMYK) of #bd981b color hex is 0.00, 0.20, 0.86, 0.26. Web safe color of #bd981b is #cc9933. Color #bd981b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 00011011
Octal 275 230 33
Decimal 189 152 27
Hex BD 98 1B

RGB Percentages of Color #bd981b

%51.36
%41.30
%7.34

CMYK Percentages of Color #bd981b

%0
%20
%86
%26

Triadic Colors of #bd981b

#bd981b #1bbd98 #981bbd

Analogous Colors of #bd981b

#bd981b #91bd1b #bd471b

Monochromatic Colors of #bd981b

#bd981b

Complementary Color

#bd981b #1b40bd

#bd981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd981b Color CSS Codes

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

#bd981b Text Font Color

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

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


#bd981b Background Color

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

This div background color is #bd981b


#bd981b Border Color

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

This div border color is #bd981b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd981b


Comments

No comments written yet.

Please login to write comment.