Color Hex Logo

#bdba3e Color Hex

#BDBA3E
(189,186,62)
0 Favorites   0 Comments

Color spaces of #bdba3e

RGB 18918662
HSL0.160.510.49
HSV59°67°74°
CMYK 0.000.020.67   0.26
XYZ39.414746.284411.4138
Yxy46.28440.40590.4766
Hunter Lab68.0326-15.643237.6758
CIE-Lab73.7297-13.908160.4046

#bdba3e color RGB value is (189,186,62).

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

The process color (four color CMYK) of #bdba3e color hex is 0.00, 0.02, 0.67, 0.26. Web safe color of #bdba3e is #cccc33. Color #bdba3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 00111110
Octal 275 272 76
Decimal 189 186 62
Hex BD BA 3E

RGB Percentages of Color #bdba3e

%43.25
%42.56
%14.19

CMYK Percentages of Color #bdba3e

%0
%2
%67
%26

Triadic Colors of #bdba3e

#bdba3e #3ebdba #ba3ebd

Analogous Colors of #bdba3e

#bdba3e #81bd3e #bd7b3e

Monochromatic Colors of #bdba3e

#bdba3e

Complementary Color

#bdba3e #3e41bd

#bdba3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdba3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdba3e Color CSS Codes

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

#bdba3e Text Font Color

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

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


#bdba3e Background Color

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

This div background color is #bdba3e


#bdba3e Border Color

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

This div border color is #bdba3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdba3e


Comments

No comments written yet.

Please login to write comment.