Color Hex Logo

#bdb76a Color Hex

#BDB76A
(189,183,106)
0 Favorites   0 Comments

Color spaces of #bdb76a

RGB 189183106
HSL0.150.390.58
HSV56°44°74°
CMYK 0.000.030.44   0.26
XYZ40.521345.726420.3260
Yxy45.72640.38020.4291
Hunter Lab67.6213-11.373229.5132
CIE-Lab73.3676-8.890339.7784

#bdb76a color RGB value is (189,183,106).

#bdb76a hex color red value is 189, green value is 183 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bdb76a hue: 0.15 , saturation: 0.39 and the lightness value of bdb76a is 0.58.

The process color (four color CMYK) of #bdb76a color hex is 0.00, 0.03, 0.44, 0.26. Web safe color of #bdb76a is #cccc66. Color #bdb76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01101010
Octal 275 267 152
Decimal 189 183 106
Hex BD B7 6A

RGB Percentages of Color #bdb76a

%39.54
%38.28
%22.18

CMYK Percentages of Color #bdb76a

%0
%3
%44
%26

Triadic Colors of #bdb76a

#bdb76a #6abdb7 #b76abd

Analogous Colors of #bdb76a

#bdb76a #9abd6a #bd8e6a

Monochromatic Colors of #bdb76a

#bdb76a

Complementary Color

#bdb76a #6a70bd

#bdb76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb76a Color CSS Codes

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

#bdb76a Text Font Color

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

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


#bdb76a Background Color

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

This div background color is #bdb76a


#bdb76a Border Color

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

This div border color is #bdb76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb76a


Comments

No comments written yet.

Please login to write comment.