Color Hex Logo

#bdb650 Color Hex

#BDB650
(189,182,80)
0 Favorites   0 Comments

Color spaces of #bdb650

RGB 18918280
HSL0.160.450.53
HSV56°58°74°
CMYK 0.000.040.58   0.26
XYZ39.162244.853914.1830
Yxy44.85390.39880.4568
Hunter Lab66.9731-12.825834.3252
CIE-Lab72.7956-10.679751.7126

#bdb650 color RGB value is (189,182,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01010000
Octal 275 266 120
Decimal 189 182 80
Hex BD B6 50

RGB Percentages of Color #bdb650

%41.91
%40.35
%17.74

CMYK Percentages of Color #bdb650

%0
%4
%58
%26

Triadic Colors of #bdb650

#bdb650 #50bdb6 #b650bd

Analogous Colors of #bdb650

#bdb650 #8ebd50 #bd8050

Monochromatic Colors of #bdb650

#bdb650

Complementary Color

#bdb650 #5057bd

#bdb650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb650 Color CSS Codes

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

#bdb650 Text Font Color

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

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


#bdb650 Background Color

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

This div background color is #bdb650


#bdb650 Border Color

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

This div border color is #bdb650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb650


Comments

No comments written yet.

Please login to write comment.