Color Hex Logo

#bdbf6f Color Hex

#BDBF6F
(189,191,111)
0 Favorites   0 Comments

Color spaces of #bdbf6f

RGB 189191111
HSL0.170.380.59
HSV61°42°75°
CMYK 0.010.000.42   0.25
XYZ42.486349.228122.3016
Yxy49.22810.37260.4318
Hunter Lab70.1627-14.696030.2683
CIE-Lab75.5930-12.495240.0258

#bdbf6f color RGB value is (189,191,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 01101111
Octal 275 277 157
Decimal 189 191 111
Hex BD BF 6F

RGB Percentages of Color #bdbf6f

%38.49
%38.90
%22.61

CMYK Percentages of Color #bdbf6f

%1
%0
%42
%25

Triadic Colors of #bdbf6f

#bdbf6f #6fbdbf #bf6fbd

Analogous Colors of #bdbf6f

#bdbf6f #95bf6f #bf996f

Monochromatic Colors of #bdbf6f

#bdbf6f

Complementary Color

#bdbf6f #716fbf

#bdbf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf6f Color CSS Codes

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

#bdbf6f Text Font Color

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

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


#bdbf6f Background Color

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

This div background color is #bdbf6f


#bdbf6f Border Color

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

This div border color is #bdbf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf6f


Comments

No comments written yet.

Please login to write comment.