Color Hex Logo

#bdb040 Color Hex

#BDB040
(189,176,64)
0 Favorites   0 Comments

Color spaces of #bdb040

RGB 18917664
HSL0.150.490.50
HSV54°66°74°
CMYK 0.000.070.66   0.26
XYZ37.437042.239711.0304
Yxy42.23970.41270.4657
Hunter Lab64.9921-10.915835.4318
CIE-Lab71.0359-8.640356.8280

#bdb040 color RGB value is (189,176,64).

#bdb040 hex color red value is 189, green value is 176 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bdb040 hue: 0.15 , saturation: 0.49 and the lightness value of bdb040 is 0.50.

The process color (four color CMYK) of #bdb040 color hex is 0.00, 0.07, 0.66, 0.26. Web safe color of #bdb040 is #cc9933. Color #bdb040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01000000
Octal 275 260 100
Decimal 189 176 64
Hex BD B0 40

RGB Percentages of Color #bdb040

%44.06
%41.03
%14.92

CMYK Percentages of Color #bdb040

%0
%7
%66
%26

Triadic Colors of #bdb040

#bdb040 #40bdb0 #b040bd

Analogous Colors of #bdb040

#bdb040 #8cbd40 #bd7240

Monochromatic Colors of #bdb040

#bdb040

Complementary Color

#bdb040 #404dbd

#bdb040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb040 Color CSS Codes

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

#bdb040 Text Font Color

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

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


#bdb040 Background Color

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

This div background color is #bdb040


#bdb040 Border Color

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

This div border color is #bdb040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb040


Comments

No comments written yet.

Please login to write comment.