Color Hex Logo

#bdb374 Color Hex

#BDB374
(189,179,116)
0 Favorites   0 Comments

Color spaces of #bdb374

RGB 189179116
HSL0.140.360.60
HSV52°39°74°
CMYK 0.000.050.39   0.26
XYZ40.258844.320022.9557
Yxy44.32000.37440.4121
Hunter Lab66.5733-8.559126.1570
CIE-Lab72.4419-5.714233.4513

#bdb374 color RGB value is (189,179,116).

#bdb374 hex color red value is 189, green value is 179 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdb374 hue: 0.14 , saturation: 0.36 and the lightness value of bdb374 is 0.60.

The process color (four color CMYK) of #bdb374 color hex is 0.00, 0.05, 0.39, 0.26. Web safe color of #bdb374 is #cccc66. Color #bdb374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01110100
Octal 275 263 164
Decimal 189 179 116
Hex BD B3 74

RGB Percentages of Color #bdb374

%39.05
%36.98
%23.97

CMYK Percentages of Color #bdb374

%0
%5
%39
%26

Triadic Colors of #bdb374

#bdb374 #74bdb3 #b374bd

Analogous Colors of #bdb374

#bdb374 #a3bd74 #bd8f74

Monochromatic Colors of #bdb374

#bdb374

Complementary Color

#bdb374 #747ebd

#bdb374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb374 Color CSS Codes

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

#bdb374 Text Font Color

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

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


#bdb374 Background Color

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

This div background color is #bdb374


#bdb374 Border Color

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

This div border color is #bdb374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb374


Comments

No comments written yet.

Please login to write comment.