Color Hex Logo

#bdbc40 Color Hex

#BDBC40
(189,188,64)
0 Favorites   0 Comments

Color spaces of #bdbc40

RGB 18918864
HSL0.170.490.50
HSV60°66°74°
CMYK 0.000.010.66   0.26
XYZ39.894947.155411.8497
Yxy47.15540.40340.4768
Hunter Lab68.6698-16.469537.8377
CIE-Lab74.2891-14.811060.1835

#bdbc40 color RGB value is (189,188,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01000000
Octal 275 274 100
Decimal 189 188 64
Hex BD BC 40

RGB Percentages of Color #bdbc40

%42.86
%42.63
%14.51

CMYK Percentages of Color #bdbc40

%0
%1
%66
%26

Triadic Colors of #bdbc40

#bdbc40 #40bdbc #bc40bd

Analogous Colors of #bdbc40

#bdbc40 #80bd40 #bd7e40

Monochromatic Colors of #bdbc40

#bdbc40

Complementary Color

#bdbc40 #4041bd

#bdbc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc40 Color CSS Codes

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

#bdbc40 Text Font Color

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

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


#bdbc40 Background Color

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

This div background color is #bdbc40


#bdbc40 Border Color

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

This div border color is #bdbc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc40


Comments

No comments written yet.

Please login to write comment.