Color Hex Logo

#bdb34c Color Hex

#BDB34C
(189,179,76)
0 Favorites   0 Comments

Color spaces of #bdb34c

RGB 18917976
HSL0.150.460.52
HSV55°60°74°
CMYK 0.000.050.60   0.26
XYZ38.410943.580813.2249
Yxy43.58080.40340.4577
Hunter Lab66.0158-11.668334.3335
CIE-Lab71.9474-9.418452.5866

#bdb34c color RGB value is (189,179,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 01001100
Octal 275 263 114
Decimal 189 179 76
Hex BD B3 4C

RGB Percentages of Color #bdb34c

%42.57
%40.32
%17.12

CMYK Percentages of Color #bdb34c

%0
%5
%60
%26

Triadic Colors of #bdb34c

#bdb34c #4cbdb3 #b34cbd

Analogous Colors of #bdb34c

#bdb34c #8fbd4c #bd7b4c

Monochromatic Colors of #bdb34c

#bdb34c

Complementary Color

#bdb34c #4c56bd

#bdb34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb34c Color CSS Codes

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

#bdb34c Text Font Color

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

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


#bdb34c Background Color

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

This div background color is #bdb34c


#bdb34c Border Color

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

This div border color is #bdb34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb34c


Comments

No comments written yet.

Please login to write comment.