Color Hex Logo

#bdb34b Color Hex

#BDB34B
(189,179,75)
0 Favorites   0 Comments

Color spaces of #bdb34b

RGB 18917975
HSL0.150.460.52
HSV55°60°74°
CMYK 0.000.050.60   0.26
XYZ38.376443.567013.0432
Yxy43.56700.40400.4587
Hunter Lab66.0053-11.726934.4875
CIE-Lab71.9381-9.489053.0263

#bdb34b color RGB value is (189,179,75).

#bdb34b hex color red value is 189, green value is 179 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bdb34b hue: 0.15 , saturation: 0.46 and the lightness value of bdb34b is 0.52.

The process color (four color CMYK) of #bdb34b color hex is 0.00, 0.05, 0.60, 0.26. Web safe color of #bdb34b is #cccc33. Color #bdb34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01001011
Octal 275 263 113
Decimal 189 179 75
Hex BD B3 4B

RGB Percentages of Color #bdb34b

%42.66
%40.41
%16.93

CMYK Percentages of Color #bdb34b

%0
%5
%60
%26

Triadic Colors of #bdb34b

#bdb34b #4bbdb3 #b34bbd

Analogous Colors of #bdb34b

#bdb34b #8ebd4b #bd7a4b

Monochromatic Colors of #bdb34b

#bdb34b

Complementary Color

#bdb34b #4b55bd

#bdb34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb34b Color CSS Codes

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

#bdb34b Text Font Color

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

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


#bdb34b Background Color

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

This div background color is #bdb34b


#bdb34b Border Color

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

This div border color is #bdb34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb34b


Comments

No comments written yet.

Please login to write comment.