Color Hex Logo

#bdb516 Color Hex

#BDB516
(189,181,22)
0 Favorites   0 Comments

Color spaces of #bdb516

RGB 18918122
HSL0.160.790.41
HSV57°88°74°
CMYK 0.000.040.88   0.26
XYZ37.655043.92457.2527
Yxy43.92450.42390.4945
Hunter Lab66.2756-14.566039.9046
CIE-Lab72.1780-12.853370.9580

#bdb516 color RGB value is (189,181,22).

#bdb516 hex color red value is 189, green value is 181 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bdb516 hue: 0.16 , saturation: 0.79 and the lightness value of bdb516 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 00010110
Octal 275 265 26
Decimal 189 181 22
Hex BD B5 16

RGB Percentages of Color #bdb516

%48.21
%46.17
%5.61

CMYK Percentages of Color #bdb516

%0
%4
%88
%26

Triadic Colors of #bdb516

#bdb516 #16bdb5 #b516bd

Analogous Colors of #bdb516

#bdb516 #72bd16 #bd6216

Monochromatic Colors of #bdb516

#bdb516

Complementary Color

#bdb516 #161ebd

#bdb516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb516 Color CSS Codes

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

#bdb516 Text Font Color

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

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


#bdb516 Background Color

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

This div background color is #bdb516


#bdb516 Border Color

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

This div border color is #bdb516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb516


Comments

No comments written yet.

Please login to write comment.