Color Hex Logo

#bd980e Color Hex

#BD980E
(189,152,14)
0 Favorites   0 Comments

Color spaces of #bd980e

RGB 18915214
HSL0.130.860.40
HSV47°93°74°
CMYK 0.000.200.93   0.26
XYZ32.293833.30705.1423
Yxy33.30700.45650.4708
Hunter Lab57.7122-1.113835.1157
CIE-Lab64.40872.307466.3428

#bd980e color RGB value is (189,152,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 00001110
Octal 275 230 16
Decimal 189 152 14
Hex BD 98 E

RGB Percentages of Color #bd980e

%53.24
%42.82
%3.94

CMYK Percentages of Color #bd980e

%0
%20
%93
%26

Triadic Colors of #bd980e

#bd980e #0ebd98 #980ebd

Analogous Colors of #bd980e

#bd980e #8bbd0e #bd400e

Monochromatic Colors of #bd980e

#bd980e

Complementary Color

#bd980e #0e33bd

#bd980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd980e Color CSS Codes

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

#bd980e Text Font Color

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

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


#bd980e Background Color

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

This div background color is #bd980e


#bd980e Border Color

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

This div border color is #bd980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd980e


Comments

No comments written yet.

Please login to write comment.