Color Hex Logo

#bdb367 Color Hex

#BDB367
(189,179,103)
0 Favorites   0 Comments

Color spaces of #bdb367

RGB 189179103
HSL0.150.390.57
HSV53°46°74°
CMYK 0.000.050.46   0.26
XYZ39.554544.038319.2475
Yxy44.03830.38460.4282
Hunter Lab66.3614-9.738029.2564
CIE-Lab72.2541-7.107439.9169

#bdb367 color RGB value is (189,179,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01100111
Octal 275 263 147
Decimal 189 179 103
Hex BD B3 67

RGB Percentages of Color #bdb367

%40.13
%38.00
%21.87

CMYK Percentages of Color #bdb367

%0
%5
%46
%26

Triadic Colors of #bdb367

#bdb367 #67bdb3 #b367bd

Analogous Colors of #bdb367

#bdb367 #9cbd67 #bd8867

Monochromatic Colors of #bdb367

#bdb367

Complementary Color

#bdb367 #6771bd

#bdb367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb367 Color CSS Codes

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

#bdb367 Text Font Color

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

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


#bdb367 Background Color

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

This div background color is #bdb367


#bdb367 Border Color

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

This div border color is #bdb367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb367


Comments

No comments written yet.

Please login to write comment.