Color Hex Logo

#bdb674 Color Hex

#BDB674
(189,182,116)
0 Favorites   0 Comments

Color spaces of #bdb674

RGB 189182116
HSL0.150.360.60
HSV54°39°74°
CMYK 0.000.040.39   0.26
XYZ40.866645.535723.1584
Yxy45.53570.37300.4156
Hunter Lab67.4801-9.989026.8885
CIE-Lab73.2432-7.288134.4836

#bdb674 color RGB value is (189,182,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01110100
Octal 275 266 164
Decimal 189 182 116
Hex BD B6 74

RGB Percentages of Color #bdb674

%38.81
%37.37
%23.82

CMYK Percentages of Color #bdb674

%0
%4
%39
%26

Triadic Colors of #bdb674

#bdb674 #74bdb6 #b674bd

Analogous Colors of #bdb674

#bdb674 #a0bd74 #bd9274

Monochromatic Colors of #bdb674

#bdb674

Complementary Color

#bdb674 #747bbd

#bdb674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb674 Color CSS Codes

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

#bdb674 Text Font Color

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

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


#bdb674 Background Color

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

This div background color is #bdb674


#bdb674 Border Color

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

This div border color is #bdb674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb674

#bdb674 Color Palettes


Comments

No comments written yet.

Please login to write comment.