Color Hex Logo

#bdb756 Color Hex

#BDB756
(189,183,86)
0 Favorites   0 Comments

Color spaces of #bdb756

RGB 18918386
HSL0.160.440.54
HSV57°54°74°
CMYK 0.000.030.54   0.26
XYZ39.599545.357715.4719
Yxy45.35770.39430.4516
Hunter Lab67.3481-12.904433.5230
CIE-Lab73.1268-10.727649.3012

#bdb756 color RGB value is (189,183,86).

#bdb756 hex color red value is 189, green value is 183 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bdb756 hue: 0.16 , saturation: 0.44 and the lightness value of bdb756 is 0.54.

The process color (four color CMYK) of #bdb756 color hex is 0.00, 0.03, 0.54, 0.26. Web safe color of #bdb756 is #cccc66. Color #bdb756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01010110
Octal 275 267 126
Decimal 189 183 86
Hex BD B7 56

RGB Percentages of Color #bdb756

%41.27
%39.96
%18.78

CMYK Percentages of Color #bdb756

%0
%3
%54
%26

Triadic Colors of #bdb756

#bdb756 #56bdb7 #b756bd

Analogous Colors of #bdb756

#bdb756 #90bd56 #bd8456

Monochromatic Colors of #bdb756

#bdb756

Complementary Color

#bdb756 #565cbd

#bdb756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb756 Color CSS Codes

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

#bdb756 Text Font Color

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

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


#bdb756 Background Color

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

This div background color is #bdb756


#bdb756 Border Color

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

This div border color is #bdb756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb756


Comments

No comments written yet.

Please login to write comment.