Color Hex Logo

#bdbb78 Color Hex

#BDBB78
(189,187,120)
0 Favorites   0 Comments

Color spaces of #bdbb78

RGB 189187120
HSL0.160.340.61
HSV58°37°74°
CMYK 0.000.010.37   0.26
XYZ42.146847.715524.7579
Yxy47.71550.36770.4163
Hunter Lab69.0764-11.972427.1032
CIE-Lab74.6451-9.430634.2131

#bdbb78 color RGB value is (189,187,120).

#bdbb78 hex color red value is 189, green value is 187 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bdbb78 hue: 0.16 , saturation: 0.34 and the lightness value of bdbb78 is 0.61.

The process color (four color CMYK) of #bdbb78 color hex is 0.00, 0.01, 0.37, 0.26. Web safe color of #bdbb78 is #cccc66. Color #bdbb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 01111000
Octal 275 273 170
Decimal 189 187 120
Hex BD BB 78

RGB Percentages of Color #bdbb78

%38.10
%37.70
%24.19

CMYK Percentages of Color #bdbb78

%0
%1
%37
%26

Triadic Colors of #bdbb78

#bdbb78 #78bdbb #bb78bd

Analogous Colors of #bdbb78

#bdbb78 #9dbd78 #bd9978

Monochromatic Colors of #bdbb78

#bdbb78

Complementary Color

#bdbb78 #787abd

#bdbb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb78 Color CSS Codes

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

#bdbb78 Text Font Color

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

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


#bdbb78 Background Color

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

This div background color is #bdbb78


#bdbb78 Border Color

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

This div border color is #bdbb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb78


Comments

No comments written yet.

Please login to write comment.