Color Hex Logo

#bdbb50 Color Hex

#BDBB50
(189,187,80)
0 Favorites   0 Comments

Color spaces of #bdbb50

RGB 18918780
HSL0.160.450.53
HSV59°58°74°
CMYK 0.000.010.58   0.26
XYZ40.204646.938714.5305
Yxy46.93870.39540.4617
Hunter Lab68.5118-15.147035.3836
CIE-Lab74.1505-13.247853.2274

#bdbb50 color RGB value is (189,187,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 01010000
Octal 275 273 120
Decimal 189 187 80
Hex BD BB 50

RGB Percentages of Color #bdbb50

%41.45
%41.01
%17.54

CMYK Percentages of Color #bdbb50

%0
%1
%58
%26

Triadic Colors of #bdbb50

#bdbb50 #50bdbb #bb50bd

Analogous Colors of #bdbb50

#bdbb50 #89bd50 #bd8550

Monochromatic Colors of #bdbb50

#bdbb50

Complementary Color

#bdbb50 #5052bd

#bdbb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb50 Color CSS Codes

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

#bdbb50 Text Font Color

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

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


#bdbb50 Background Color

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

This div background color is #bdbb50


#bdbb50 Border Color

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

This div border color is #bdbb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb50


Comments

No comments written yet.

Please login to write comment.