Color Hex Logo

#bdb04d Color Hex

#BDB04D
(189,176,77)
0 Favorites   0 Comments

Color spaces of #bdb04d

RGB 18917677
HSL0.150.460.52
HSV53°59°74°
CMYK 0.000.070.59   0.26
XYZ37.851242.405313.2113
Yxy42.40530.40500.4537
Hunter Lab65.1194-10.204233.5549
CIE-Lab71.1495-7.783251.2448

#bdb04d color RGB value is (189,176,77).

#bdb04d hex color red value is 189, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bdb04d hue: 0.15 , saturation: 0.46 and the lightness value of bdb04d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 01001101
Octal 275 260 115
Decimal 189 176 77
Hex BD B0 4D

RGB Percentages of Color #bdb04d

%42.76
%39.82
%17.42

CMYK Percentages of Color #bdb04d

%0
%7
%59
%26

Triadic Colors of #bdb04d

#bdb04d #4dbdb0 #b04dbd

Analogous Colors of #bdb04d

#bdb04d #92bd4d #bd784d

Monochromatic Colors of #bdb04d

#bdb04d

Complementary Color

#bdb04d #4d5abd

#bdb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb04d Color CSS Codes

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

#bdb04d Text Font Color

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

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


#bdb04d Background Color

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

This div background color is #bdb04d


#bdb04d Border Color

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

This div border color is #bdb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb04d


Comments

No comments written yet.

Please login to write comment.