Color Hex Logo

#bd982f Color Hex

#BD982F
(189,152,47)
0 Favorites   0 Comments

Color spaces of #bd982f

RGB 18915247
HSL0.120.600.46
HSV44°75°74°
CMYK 0.000.200.75   0.26
XYZ32.727633.48057.4268
Yxy33.48050.44450.4547
Hunter Lab57.8623-0.297432.8936
CIE-Lab64.54813.261957.1594

#bd982f color RGB value is (189,152,47).

#bd982f hex color red value is 189, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bd982f hue: 0.12 , saturation: 0.60 and the lightness value of bd982f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 00101111
Octal 275 230 57
Decimal 189 152 47
Hex BD 98 2F

RGB Percentages of Color #bd982f

%48.71
%39.18
%12.11

CMYK Percentages of Color #bd982f

%0
%20
%75
%26

Triadic Colors of #bd982f

#bd982f #2fbd98 #982fbd

Analogous Colors of #bd982f

#bd982f #9bbd2f #bd512f

Monochromatic Colors of #bd982f

#bd982f

Complementary Color

#bd982f #2f54bd

#bd982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd982f Color CSS Codes

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

#bd982f Text Font Color

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

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


#bd982f Background Color

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

This div background color is #bd982f


#bd982f Border Color

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

This div border color is #bd982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd982f


Comments

No comments written yet.

Please login to write comment.