Color Hex Logo

#bdbf73 Color Hex

#BDBF73
(189,191,115)
0 Favorites   0 Comments

Color spaces of #bdbf73

RGB 189191115
HSL0.170.370.60
HSV62°40°75°
CMYK 0.010.000.40   0.25
XYZ42.711649.318223.4879
Yxy49.31820.36970.4269
Hunter Lab70.2269-14.334529.3289
CIE-Lab75.6489-12.061438.0677

#bdbf73 color RGB value is (189,191,115).

#bdbf73 hex color red value is 189, green value is 191 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdbf73 hue: 0.17 , saturation: 0.37 and the lightness value of bdbf73 is 0.60.

The process color (four color CMYK) of #bdbf73 color hex is 0.01, 0.00, 0.40, 0.25. Web safe color of #bdbf73 is #cccc66. Color #bdbf73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01110011
Octal 275 277 163
Decimal 189 191 115
Hex BD BF 73

RGB Percentages of Color #bdbf73

%38.18
%38.59
%23.23

CMYK Percentages of Color #bdbf73

%1
%0
%40
%25

Triadic Colors of #bdbf73

#bdbf73 #73bdbf #bf73bd

Analogous Colors of #bdbf73

#bdbf73 #97bf73 #bf9b73

Monochromatic Colors of #bdbf73

#bdbf73

Complementary Color

#bdbf73 #7573bf

#bdbf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf73 Color CSS Codes

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

#bdbf73 Text Font Color

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

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


#bdbf73 Background Color

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

This div background color is #bdbf73


#bdbf73 Border Color

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

This div border color is #bdbf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf73


Comments

No comments written yet.

Please login to write comment.