Color Hex Logo

#bdba5f Color Hex

#BDBA5F
(189,186,95)
0 Favorites   0 Comments

Color spaces of #bdba5f

RGB 18918695
HSL0.160.420.56
HSV58°50°74°
CMYK 0.000.020.50   0.26
XYZ40.610746.762917.7122
Yxy46.76290.38650.4450
Hunter Lab68.3834-13.665632.5115
CIE-Lab74.0379-11.502546.0599

#bdba5f color RGB value is (189,186,95).

#bdba5f hex color red value is 189, green value is 186 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bdba5f hue: 0.16 , saturation: 0.42 and the lightness value of bdba5f is 0.56.

The process color (four color CMYK) of #bdba5f color hex is 0.00, 0.02, 0.50, 0.26. Web safe color of #bdba5f is #cccc66. Color #bdba5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 01011111
Octal 275 272 137
Decimal 189 186 95
Hex BD BA 5F

RGB Percentages of Color #bdba5f

%40.21
%39.57
%20.21

CMYK Percentages of Color #bdba5f

%0
%2
%50
%26

Triadic Colors of #bdba5f

#bdba5f #5fbdba #ba5fbd

Analogous Colors of #bdba5f

#bdba5f #91bd5f #bd8b5f

Monochromatic Colors of #bdba5f

#bdba5f

Complementary Color

#bdba5f #5f62bd

#bdba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba5f Color CSS Codes

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

#bdba5f Text Font Color

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

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


#bdba5f Background Color

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

This div background color is #bdba5f


#bdba5f Border Color

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

This div border color is #bdba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba5f


Comments

No comments written yet.

Please login to write comment.