Color Hex Logo

#bdb60b Color Hex

#BDB60B
(189,182,11)
0 Favorites   0 Comments

Color spaces of #bdb60b

RGB 18918211
HSL0.160.890.39
HSV58°94°74°
CMYK 0.000.040.94   0.26
XYZ37.774644.29896.8762
Yxy44.29890.42470.4980
Hunter Lab66.5574-15.168040.4648
CIE-Lab72.4278-13.541872.8166

#bdb60b color RGB value is (189,182,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00001011
Octal 275 266 13
Decimal 189 182 11
Hex BD B6 B

RGB Percentages of Color #bdb60b

%49.48
%47.64
%2.88

CMYK Percentages of Color #bdb60b

%0
%4
%94
%26

Triadic Colors of #bdb60b

#bdb60b #0bbdb6 #b60bbd

Analogous Colors of #bdb60b

#bdb60b #6bbd0b #bd5d0b

Monochromatic Colors of #bdb60b

#bdb60b

Complementary Color

#bdb60b #0b12bd

#bdb60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb60b Color CSS Codes

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

#bdb60b Text Font Color

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

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


#bdb60b Background Color

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

This div background color is #bdb60b


#bdb60b Border Color

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

This div border color is #bdb60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb60b


Comments

No comments written yet.

Please login to write comment.