Color Hex Logo

#bdb906 Color Hex

#BDB906
(189,185,6)
0 Favorites   0 Comments

Color spaces of #bdb906

RGB 1891856
HSL0.160.940.38
HSV59°97°74°
CMYK 0.000.020.97   0.26
XYZ38.368145.52996.9382
Yxy45.52990.42240.5012
Hunter Lab67.4758-16.584141.1366
CIE-Lab73.2395-15.124973.9773

#bdb906 color RGB value is (189,185,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 00000110
Octal 275 271 6
Decimal 189 185 6
Hex BD B9 6

RGB Percentages of Color #bdb906

%49.74
%48.68
%1.58

CMYK Percentages of Color #bdb906

%0
%2
%97
%26

Triadic Colors of #bdb906

#bdb906 #06bdb9 #b906bd

Analogous Colors of #bdb906

#bdb906 #66bd06 #bd5e06

Monochromatic Colors of #bdb906

#bdb906

Complementary Color

#bdb906 #060abd

#bdb906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb906 Color CSS Codes

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

#bdb906 Text Font Color

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

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


#bdb906 Background Color

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

This div background color is #bdb906


#bdb906 Border Color

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

This div border color is #bdb906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb906


Comments

No comments written yet.

Please login to write comment.