Color Hex Logo

#bdbb40 Color Hex

#BDBB40
(189,187,64)
0 Favorites   0 Comments

Color spaces of #bdbb40

RGB 18918764
HSL0.160.490.50
HSV59°66°74°
CMYK 0.000.010.66   0.26
XYZ39.682046.729611.7787
Yxy46.72960.40410.4759
Hunter Lab68.3591-16.010237.6353
CIE-Lab74.0165-14.303259.9046

#bdbb40 color RGB value is (189,187,64).

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

The process color (four color CMYK) of #bdbb40 color hex is 0.00, 0.01, 0.66, 0.26. Web safe color of #bdbb40 is #cccc33. Color #bdbb40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 01000000
Octal 275 273 100
Decimal 189 187 64
Hex BD BB 40

RGB Percentages of Color #bdbb40

%42.95
%42.50
%14.55

CMYK Percentages of Color #bdbb40

%0
%1
%66
%26

Triadic Colors of #bdbb40

#bdbb40 #40bdbb #bb40bd

Analogous Colors of #bdbb40

#bdbb40 #81bd40 #bd7d40

Monochromatic Colors of #bdbb40

#bdbb40

Complementary Color

#bdbb40 #4042bd

#bdbb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb40 Color CSS Codes

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

#bdbb40 Text Font Color

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

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


#bdbb40 Background Color

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

This div background color is #bdbb40


#bdbb40 Border Color

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

This div border color is #bdbb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb40


Comments

No comments written yet.

Please login to write comment.