Color Hex Logo

#bdbd50 Color Hex

#BDBD50
(189,189,80)
0 Favorites   0 Comments

Color spaces of #bdbd50

RGB 18918980
HSL0.170.450.53
HSV60°58°74°
CMYK 0.000.000.58   0.26
XYZ40.631847.793214.6729
Yxy47.79320.39410.4636
Hunter Lab69.1326-16.071035.8090
CIE-Lab74.6943-14.266953.8322

#bdbd50 color RGB value is (189,189,80).

#bdbd50 hex color red value is 189, green value is 189 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bdbd50 hue: 0.17 , saturation: 0.45 and the lightness value of bdbd50 is 0.53.

The process color (four color CMYK) of #bdbd50 color hex is 0.00, 0.00, 0.58, 0.26. Web safe color of #bdbd50 is #cccc66. Color #bdbd50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 01010000
Octal 275 275 120
Decimal 189 189 80
Hex BD BD 50

RGB Percentages of Color #bdbd50

%41.27
%41.27
%17.47

CMYK Percentages of Color #bdbd50

%0
%0
%58
%26

Triadic Colors of #bdbd50

#bdbd50 #50bdbd #bd50bd

Analogous Colors of #bdbd50

#bdbd50 #87bd50 #bd8750

Monochromatic Colors of #bdbd50

#bdbd50

Complementary Color

#bdbd50 #5050bd

#bdbd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd50 Color CSS Codes

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

#bdbd50 Text Font Color

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

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


#bdbd50 Background Color

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

This div background color is #bdbd50


#bdbd50 Border Color

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

This div border color is #bdbd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd50


Comments

No comments written yet.

Please login to write comment.