Color Hex Logo

#bdb974 Color Hex

#BDB974
(189,185,116)
0 Favorites   0 Comments

Color spaces of #bdb974

RGB 189185116
HSL0.160.360.60
HSV57°39°74°
CMYK 0.000.020.39   0.26
XYZ41.487646.777723.3654
Yxy46.77770.37170.4190
Hunter Lab68.3942-11.412727.6208
CIE-Lab74.0474-8.852235.5154

#bdb974 color RGB value is (189,185,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 01110100
Octal 275 271 164
Decimal 189 185 116
Hex BD B9 74

RGB Percentages of Color #bdb974

%38.57
%37.76
%23.67

CMYK Percentages of Color #bdb974

%0
%2
%39
%26

Triadic Colors of #bdb974

#bdb974 #74bdb9 #b974bd

Analogous Colors of #bdb974

#bdb974 #9dbd74 #bd9574

Monochromatic Colors of #bdb974

#bdb974

Complementary Color

#bdb974 #7478bd

#bdb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb974 Color CSS Codes

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

#bdb974 Text Font Color

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

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


#bdb974 Background Color

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

This div background color is #bdb974


#bdb974 Border Color

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

This div border color is #bdb974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,185,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 #bdb974">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb974


Comments

No comments written yet.

Please login to write comment.