Color Hex Logo

#bdba00 Color Hex

#BDBA00
(189,186,0)
0 Favorites   0 Comments

Color spaces of #bdba00

RGB 1891860
HSL0.161.000.37
HSV59°100°74°
CMYK 0.000.021.00   0.26
XYZ38.545245.93666.8351
Yxy45.93660.42210.5030
Hunter Lab67.7765-17.094241.4643
CIE-Lab73.5044-15.699174.8317

#bdba00 color RGB value is (189,186,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 00000000
Octal 275 272 0
Decimal 189 186 0
Hex BD BA 0

RGB Percentages of Color #bdba00

%50.40
%49.60
%0.00

CMYK Percentages of Color #bdba00

%0
%2
%100
%26

Triadic Colors of #bdba00

#bdba00 #00bdba #ba00bd

Analogous Colors of #bdba00

#bdba00 #62bd00 #bd5b00

Monochromatic Colors of #bdba00

#bdba00

Complementary Color

#bdba00 #0003bd

#bdba00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba00 Color CSS Codes

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

#bdba00 Text Font Color

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

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


#bdba00 Background Color

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

This div background color is #bdba00


#bdba00 Border Color

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

This div border color is #bdba00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba00


Comments

No comments written yet.

Please login to write comment.