Color Hex Logo

#bdb415 Color Hex

#BDB415
(189,180,21)
0 Favorites   0 Comments

Color spaces of #bdb415

RGB 18918021
HSL0.160.800.41
HSV57°89°74°
CMYK 0.000.050.89   0.26
XYZ37.442943.51557.1353
Yxy43.51550.42500.4940
Hunter Lab65.9663-14.123239.7632
CIE-Lab71.9035-12.360770.9245

#bdb415 color RGB value is (189,180,21).

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

The process color (four color CMYK) of #bdb415 color hex is 0.00, 0.05, 0.89, 0.26. Web safe color of #bdb415 is #cccc00. Color #bdb415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 00010101
Octal 275 264 25
Decimal 189 180 21
Hex BD B4 15

RGB Percentages of Color #bdb415

%48.46
%46.15
%5.38

CMYK Percentages of Color #bdb415

%0
%5
%89
%26

Triadic Colors of #bdb415

#bdb415 #15bdb4 #b415bd

Analogous Colors of #bdb415

#bdb415 #72bd15 #bd6015

Monochromatic Colors of #bdb415

#bdb415

Complementary Color

#bdb415 #151ebd

#bdb415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb415 Color CSS Codes

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

#bdb415 Text Font Color

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

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


#bdb415 Background Color

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

This div background color is #bdb415


#bdb415 Border Color

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

This div border color is #bdb415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb415


Comments

No comments written yet.

Please login to write comment.