Color Hex Logo

#bdb54d Color Hex

#BDB54D
(189,181,77)
0 Favorites   0 Comments

Color spaces of #bdb54d

RGB 18918177
HSL0.150.460.52
HSV56°59°74°
CMYK 0.000.040.59   0.26
XYZ38.849744.402413.5441
Yxy44.40240.40140.4587
Hunter Lab66.6351-12.542234.5934
CIE-Lab72.4966-10.383452.7430

#bdb54d color RGB value is (189,181,77).

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

The process color (four color CMYK) of #bdb54d color hex is 0.00, 0.04, 0.59, 0.26. Web safe color of #bdb54d is #cccc66. Color #bdb54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01001101
Octal 275 265 115
Decimal 189 181 77
Hex BD B5 4D

RGB Percentages of Color #bdb54d

%42.28
%40.49
%17.23

CMYK Percentages of Color #bdb54d

%0
%4
%59
%26

Triadic Colors of #bdb54d

#bdb54d #4dbdb5 #b54dbd

Analogous Colors of #bdb54d

#bdb54d #8dbd4d #bd7d4d

Monochromatic Colors of #bdb54d

#bdb54d

Complementary Color

#bdb54d #4d55bd

#bdb54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb54d Color CSS Codes

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

#bdb54d Text Font Color

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

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


#bdb54d Background Color

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

This div background color is #bdb54d


#bdb54d Border Color

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

This div border color is #bdb54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb54d


Comments

No comments written yet.

Please login to write comment.