Color Hex Logo

#bdbf7e Color Hex

#BDBF7E
(189,191,126)
0 Favorites   0 Comments

Color spaces of #bdbf7e

RGB 189191126
HSL0.170.340.62
HSV62°34°75°
CMYK 0.010.000.34   0.25
XYZ43.383049.586827.0233
Yxy49.58680.36150.4132
Hunter Lab70.4179-13.261226.5396
CIE-Lab75.8149-10.780932.6149

#bdbf7e color RGB value is (189,191,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01111110
Octal 275 277 176
Decimal 189 191 126
Hex BD BF 7E

RGB Percentages of Color #bdbf7e

%37.35
%37.75
%24.90

CMYK Percentages of Color #bdbf7e

%1
%0
%34
%25

Triadic Colors of #bdbf7e

#bdbf7e #7ebdbf #bf7ebd

Analogous Colors of #bdbf7e

#bdbf7e #9dbf7e #bfa17e

Monochromatic Colors of #bdbf7e

#bdbf7e

Complementary Color

#bdbf7e #807ebf

#bdbf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf7e Color CSS Codes

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

#bdbf7e Text Font Color

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

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


#bdbf7e Background Color

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

This div background color is #bdbf7e


#bdbf7e Border Color

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

This div border color is #bdbf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf7e


Comments

No comments written yet.

Please login to write comment.