Color Hex Logo

#bdb211 Color Hex

#BDB211
(189,178,17)
0 Favorites   0 Comments

Color spaces of #bdb211

RGB 18917817
HSL0.160.830.40
HSV56°91°74°
CMYK 0.000.060.91   0.26
XYZ37.007842.70016.8217
Yxy42.70010.42770.4935
Hunter Lab65.3453-13.262239.5522
CIE-Lab71.3509-11.404571.1709

#bdb211 color RGB value is (189,178,17).

#bdb211 hex color red value is 189, green value is 178 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bdb211 hue: 0.16 , saturation: 0.83 and the lightness value of bdb211 is 0.40.

The process color (four color CMYK) of #bdb211 color hex is 0.00, 0.06, 0.91, 0.26. Web safe color of #bdb211 is #cc9900. Color #bdb211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 00010001
Octal 275 262 21
Decimal 189 178 17
Hex BD B2 11

RGB Percentages of Color #bdb211

%49.22
%46.35
%4.43

CMYK Percentages of Color #bdb211

%0
%6
%91
%26

Triadic Colors of #bdb211

#bdb211 #11bdb2 #b211bd

Analogous Colors of #bdb211

#bdb211 #72bd11 #bd5c11

Monochromatic Colors of #bdb211

#bdb211

Complementary Color

#bdb211 #111cbd

#bdb211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb211 Color CSS Codes

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

#bdb211 Text Font Color

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

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


#bdb211 Background Color

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

This div background color is #bdb211


#bdb211 Border Color

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

This div border color is #bdb211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb211


Comments

No comments written yet.

Please login to write comment.