Color Hex Logo

#bdbf93 Color Hex

#BDBF93
(189,191,147)
0 Favorites   0 Comments

Color spaces of #bdbf93

RGB 189191147
HSL0.170.260.66
HSV63°23°75°
CMYK 0.010.000.23   0.25
XYZ44.883550.187034.9252
Yxy50.18700.34530.3861
Hunter Lab70.8428-10.883520.3602
CIE-Lab76.1839-7.983122.0316

#bdbf93 color RGB value is (189,191,147).

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

The process color (four color CMYK) of #bdbf93 color hex is 0.01, 0.00, 0.23, 0.25. Web safe color of #bdbf93 is #cccc99. Color #bdbf93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 10010011
Octal 275 277 223
Decimal 189 191 147
Hex BD BF 93

RGB Percentages of Color #bdbf93

%35.86
%36.24
%27.89

CMYK Percentages of Color #bdbf93

%1
%0
%23
%25

Triadic Colors of #bdbf93

#bdbf93 #93bdbf #bf93bd

Analogous Colors of #bdbf93

#bdbf93 #a7bf93 #bfab93

Monochromatic Colors of #bdbf93

#bdbf93

Complementary Color

#bdbf93 #9593bf

#bdbf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf93 Color CSS Codes

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

#bdbf93 Text Font Color

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

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


#bdbf93 Background Color

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

This div background color is #bdbf93


#bdbf93 Border Color

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

This div border color is #bdbf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf93


Comments

No comments written yet.

Please login to write comment.