Color Hex Logo

#bdb916 Color Hex

#BDB916
(189,185,22)
0 Favorites   0 Comments

Color spaces of #bdb916

RGB 18918522
HSL0.160.790.41
HSV59°88°74°
CMYK 0.000.020.88   0.26
XYZ38.480045.57477.5277
Yxy45.57470.42020.4976
Hunter Lab67.5090-16.396240.6451
CIE-Lab73.2687-14.892171.8265

#bdb916 color RGB value is (189,185,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00010110
Octal 275 271 26
Decimal 189 185 22
Hex BD B9 16

RGB Percentages of Color #bdb916

%47.73
%46.72
%5.56

CMYK Percentages of Color #bdb916

%0
%2
%88
%26

Triadic Colors of #bdb916

#bdb916 #16bdb9 #b916bd

Analogous Colors of #bdb916

#bdb916 #6ebd16 #bd6616

Monochromatic Colors of #bdb916

#bdb916

Complementary Color

#bdb916 #161abd

#bdb916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb916 Color CSS Codes

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

#bdb916 Text Font Color

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

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


#bdb916 Background Color

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

This div background color is #bdb916


#bdb916 Border Color

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

This div border color is #bdb916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb916


Comments

No comments written yet.

Please login to write comment.