Color Hex Logo

#bdbd07 Color Hex

#BDBD07
(189,189,7)
0 Favorites   0 Comments

Color spaces of #bdbd07

RGB 1891897
HSL0.170.930.38
HSV60°96°74°
CMYK 0.000.000.96   0.26
XYZ39.222247.22937.2500
Yxy47.22930.41860.5040
Hunter Lab68.7236-18.392041.8517
CIE-Lab74.3362-17.130374.6891

#bdbd07 color RGB value is (189,189,7).

#bdbd07 hex color red value is 189, green value is 189 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bdbd07 hue: 0.17 , saturation: 0.93 and the lightness value of bdbd07 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 00000111
Octal 275 275 7
Decimal 189 189 7
Hex BD BD 7

RGB Percentages of Color #bdbd07

%49.09
%49.09
%1.82

CMYK Percentages of Color #bdbd07

%0
%0
%96
%26

Triadic Colors of #bdbd07

#bdbd07 #07bdbd #bd07bd

Analogous Colors of #bdbd07

#bdbd07 #62bd07 #bd6207

Monochromatic Colors of #bdbd07

#bdbd07

Complementary Color

#bdbd07 #0707bd

#bdbd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd07 Color CSS Codes

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

#bdbd07 Text Font Color

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

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


#bdbd07 Background Color

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

This div background color is #bdbd07


#bdbd07 Border Color

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

This div border color is #bdbd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd07


Comments

No comments written yet.

Please login to write comment.