Color Hex Logo

#bdb942 Color Hex

#BDB942
(189,185,66)
0 Favorites   0 Comments

Color spaces of #bdb942

RGB 18918566
HSL0.160.480.50
HSV58°65°74°
CMYK 0.000.020.65   0.26
XYZ39.318645.910111.9435
Yxy45.91010.40460.4725
Hunter Lab67.7570-14.993236.9789
CIE-Lab73.4872-13.166058.5496

#bdb942 color RGB value is (189,185,66).

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

The process color (four color CMYK) of #bdb942 color hex is 0.00, 0.02, 0.65, 0.26. Web safe color of #bdb942 is #cccc33. Color #bdb942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 01000010
Octal 275 271 102
Decimal 189 185 66
Hex BD B9 42

RGB Percentages of Color #bdb942

%42.95
%42.05
%15.00

CMYK Percentages of Color #bdb942

%0
%2
%65
%26

Triadic Colors of #bdb942

#bdb942 #42bdb9 #b942bd

Analogous Colors of #bdb942

#bdb942 #84bd42 #bd7c42

Monochromatic Colors of #bdb942

#bdb942

Complementary Color

#bdb942 #4246bd

#bdb942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb942 Color CSS Codes

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

#bdb942 Text Font Color

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

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


#bdb942 Background Color

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

This div background color is #bdb942


#bdb942 Border Color

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

This div border color is #bdb942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb942


Comments

No comments written yet.

Please login to write comment.