Color Hex Logo

#bdb63f Color Hex

#BDB63F
(189,182,63)
0 Favorites   0 Comments

Color spaces of #bdb63f

RGB 18918263
HSL0.160.500.49
HSV57°67°74°
CMYK 0.000.040.67   0.26
XYZ38.611444.633611.2827
Yxy44.63360.40850.4722
Hunter Lab66.8084-13.751936.7529
CIE-Lab72.6500-11.804658.9054

#bdb63f color RGB value is (189,182,63).

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

The process color (four color CMYK) of #bdb63f color hex is 0.00, 0.04, 0.67, 0.26. Web safe color of #bdb63f is #cccc33. Color #bdb63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 00111111
Octal 275 266 77
Decimal 189 182 63
Hex BD B6 3F

RGB Percentages of Color #bdb63f

%43.55
%41.94
%14.52

CMYK Percentages of Color #bdb63f

%0
%4
%67
%26

Triadic Colors of #bdb63f

#bdb63f #3fbdb6 #b63fbd

Analogous Colors of #bdb63f

#bdb63f #85bd3f #bd773f

Monochromatic Colors of #bdb63f

#bdb63f

Complementary Color

#bdb63f #3f46bd

#bdb63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb63f Color CSS Codes

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

#bdb63f Text Font Color

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

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


#bdb63f Background Color

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

This div background color is #bdb63f


#bdb63f Border Color

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

This div border color is #bdb63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb63f


Comments

No comments written yet.

Please login to write comment.