Color Hex Logo

#bdb84f Color Hex

#BDB84F
(189,184,79)
0 Favorites   0 Comments

Color spaces of #bdb84f

RGB 18918479
HSL0.160.450.53
HSV57°58°74°
CMYK 0.000.030.58   0.26
XYZ39.538045.664314.1274
Yxy45.66430.39800.4597
Hunter Lab67.5754-13.817534.9075
CIE-Lab73.3272-11.784752.7618

#bdb84f color RGB value is (189,184,79).

#bdb84f hex color red value is 189, green value is 184 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bdb84f hue: 0.16 , saturation: 0.45 and the lightness value of bdb84f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 01001111
Octal 275 270 117
Decimal 189 184 79
Hex BD B8 4F

RGB Percentages of Color #bdb84f

%41.81
%40.71
%17.48

CMYK Percentages of Color #bdb84f

%0
%3
%58
%26

Triadic Colors of #bdb84f

#bdb84f #4fbdb8 #b84fbd

Analogous Colors of #bdb84f

#bdb84f #8bbd4f #bd814f

Monochromatic Colors of #bdb84f

#bdb84f

Complementary Color

#bdb84f #4f54bd

#bdb84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb84f Color CSS Codes

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

#bdb84f Text Font Color

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

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


#bdb84f Background Color

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

This div background color is #bdb84f


#bdb84f Border Color

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

This div border color is #bdb84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb84f


Comments

No comments written yet.

Please login to write comment.