Color Hex Logo

#bdbd3b Color Hex

#BDBD3B
(189,189,59)
0 Favorites   0 Comments

Color spaces of #bdbd3b

RGB 18918959
HSL0.170.520.49
HSV60°69°74°
CMYK 0.000.000.69   0.26
XYZ39.973347.529811.2050
Yxy47.52980.40500.4815
Hunter Lab68.9419-17.151938.6230
CIE-Lab74.5274-15.593262.3585

#bdbd3b color RGB value is (189,189,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 00111011
Octal 275 275 73
Decimal 189 189 59
Hex BD BD 3B

RGB Percentages of Color #bdbd3b

%43.25
%43.25
%13.50

CMYK Percentages of Color #bdbd3b

%0
%0
%69
%26

Triadic Colors of #bdbd3b

#bdbd3b #3bbdbd #bd3bbd

Analogous Colors of #bdbd3b

#bdbd3b #7cbd3b #bd7c3b

Monochromatic Colors of #bdbd3b

#bdbd3b

Complementary Color

#bdbd3b #3b3bbd

#bdbd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd3b Color CSS Codes

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

#bdbd3b Text Font Color

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

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


#bdbd3b Background Color

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

This div background color is #bdbd3b


#bdbd3b Border Color

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

This div border color is #bdbd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd3b


Comments

No comments written yet.

Please login to write comment.