Color Hex Logo

#bdbb67 Color Hex

#BDBB67
(189,187,103)
0 Favorites   0 Comments

Color spaces of #bdbb67

RGB 189187103
HSL0.160.390.57
HSV59°46°74°
CMYK 0.000.010.46   0.26
XYZ41.204847.338719.7975
Yxy47.33870.38030.4369
Hunter Lab68.8031-13.505431.1020
CIE-Lab74.4059-11.261442.5678

#bdbb67 color RGB value is (189,187,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 01100111
Octal 275 273 147
Decimal 189 187 103
Hex BD BB 67

RGB Percentages of Color #bdbb67

%39.46
%39.04
%21.50

CMYK Percentages of Color #bdbb67

%0
%1
%46
%26

Triadic Colors of #bdbb67

#bdbb67 #67bdbb #bb67bd

Analogous Colors of #bdbb67

#bdbb67 #94bd67 #bd9067

Monochromatic Colors of #bdbb67

#bdbb67

Complementary Color

#bdbb67 #6769bd

#bdbb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb67 Color CSS Codes

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

#bdbb67 Text Font Color

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

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


#bdbb67 Background Color

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

This div background color is #bdbb67


#bdbb67 Border Color

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

This div border color is #bdbb67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb67


Comments

No comments written yet.

Please login to write comment.