Color Hex Logo

#bdb574 Color Hex

#BDB574
(189,181,116)
0 Favorites   0 Comments

Color spaces of #bdb574

RGB 189181116
HSL0.150.360.60
HSV53°39°74°
CMYK 0.000.040.39   0.26
XYZ40.662545.127523.0903
Yxy45.12750.37350.4145
Hunter Lab67.1770-9.513026.6446
CIE-Lab72.9758-6.764534.1396

#bdb574 color RGB value is (189,181,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01110100
Octal 275 265 164
Decimal 189 181 116
Hex BD B5 74

RGB Percentages of Color #bdb574

%38.89
%37.24
%23.87

CMYK Percentages of Color #bdb574

%0
%4
%39
%26

Triadic Colors of #bdb574

#bdb574 #74bdb5 #b574bd

Analogous Colors of #bdb574

#bdb574 #a1bd74 #bd9174

Monochromatic Colors of #bdb574

#bdb574

Complementary Color

#bdb574 #747cbd

#bdb574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb574 Color CSS Codes

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

#bdb574 Text Font Color

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

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


#bdb574 Background Color

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

This div background color is #bdb574


#bdb574 Border Color

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

This div border color is #bdb574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb574


Comments

No comments written yet.

Please login to write comment.