Color Hex Logo

#bdb063 Color Hex

#BDB063
(189,176,99)
0 Favorites   0 Comments

Color spaces of #bdb063

RGB 18917699
HSL0.140.410.56
HSV51°48°74°
CMYK 0.000.070.48   0.26
XYZ38.763742.770318.0168
Yxy42.77030.38940.4296
Hunter Lab65.3990-8.646629.4455
CIE-Lab71.3988-5.925340.8875

#bdb063 color RGB value is (189,176,99).

#bdb063 hex color red value is 189, green value is 176 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bdb063 hue: 0.14 , saturation: 0.41 and the lightness value of bdb063 is 0.56.

The process color (four color CMYK) of #bdb063 color hex is 0.00, 0.07, 0.48, 0.26. Web safe color of #bdb063 is #cc9966. Color #bdb063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01100011
Octal 275 260 143
Decimal 189 176 99
Hex BD B0 63

RGB Percentages of Color #bdb063

%40.73
%37.93
%21.34

CMYK Percentages of Color #bdb063

%0
%7
%48
%26

Triadic Colors of #bdb063

#bdb063 #63bdb0 #b063bd

Analogous Colors of #bdb063

#bdb063 #9dbd63 #bd8363

Monochromatic Colors of #bdb063

#bdb063

Complementary Color

#bdb063 #6370bd

#bdb063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb063 Color CSS Codes

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

#bdb063 Text Font Color

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

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


#bdb063 Background Color

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

This div background color is #bdb063


#bdb063 Border Color

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

This div border color is #bdb063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb063


Comments

No comments written yet.

Please login to write comment.