Color Hex Logo

#bdbc00 Color Hex

#BDBC00
(189,188,0)
0 Favorites   0 Comments

Color spaces of #bdbc00

RGB 1891880
HSL0.171.000.37
HSV60°100°74°
CMYK 0.000.011.00   0.26
XYZ38.969546.78536.9765
Yxy46.78530.42020.5045
Hunter Lab68.3998-18.002641.8325
CIE-Lab74.0522-16.707575.2319

#bdbc00 color RGB value is (189,188,0).

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

The process color (four color CMYK) of #bdbc00 color hex is 0.00, 0.01, 1.00, 0.26. Web safe color of #bdbc00 is #cccc00. Color #bdbc00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00000000
Octal 275 274 0
Decimal 189 188 0
Hex BD BC 0

RGB Percentages of Color #bdbc00

%50.13
%49.87
%0.00

CMYK Percentages of Color #bdbc00

%0
%1
%100
%26

Triadic Colors of #bdbc00

#bdbc00 #00bdbc #bc00bd

Analogous Colors of #bdbc00

#bdbc00 #60bd00 #bd5e00

Monochromatic Colors of #bdbc00

#bdbc00

Complementary Color

#bdbc00 #0001bd

#bdbc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc00 Color CSS Codes

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

#bdbc00 Text Font Color

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

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


#bdbc00 Background Color

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

This div background color is #bdbc00


#bdbc00 Border Color

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

This div border color is #bdbc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc00


Comments

No comments written yet.

Please login to write comment.