Color Hex Logo

#bdb656 Color Hex

#BDB656
(189,182,86)
0 Favorites   0 Comments

Color spaces of #bdb656

RGB 18918286
HSL0.160.440.54
HSV56°54°74°
CMYK 0.000.040.54   0.26
XYZ39.393944.946615.4034
Yxy44.94660.39500.4506
Hunter Lab67.0422-12.437633.3073
CIE-Lab72.8567-10.210948.9898

#bdb656 color RGB value is (189,182,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 01010110
Octal 275 266 126
Decimal 189 182 86
Hex BD B6 56

RGB Percentages of Color #bdb656

%41.36
%39.82
%18.82

CMYK Percentages of Color #bdb656

%0
%4
%54
%26

Triadic Colors of #bdb656

#bdb656 #56bdb6 #b656bd

Analogous Colors of #bdb656

#bdb656 #91bd56 #bd8356

Monochromatic Colors of #bdb656

#bdb656

Complementary Color

#bdb656 #565dbd

#bdb656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb656 Color CSS Codes

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

#bdb656 Text Font Color

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

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


#bdb656 Background Color

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

This div background color is #bdb656


#bdb656 Border Color

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

This div border color is #bdb656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb656


Comments

No comments written yet.

Please login to write comment.