Color Hex Logo

#bdb54e Color Hex

#BDB54E
(189,181,78)
0 Favorites   0 Comments

Color spaces of #bdb54e

RGB 18918178
HSL0.150.460.52
HSV56°59°74°
CMYK 0.000.040.59   0.26
XYZ38.885344.416613.7315
Yxy44.41660.40070.4577
Hunter Lab66.6458-12.482134.4361
CIE-Lab72.5061-10.310852.3009

#bdb54e color RGB value is (189,181,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01001110
Octal 275 265 116
Decimal 189 181 78
Hex BD B5 4E

RGB Percentages of Color #bdb54e

%42.19
%40.40
%17.41

CMYK Percentages of Color #bdb54e

%0
%4
%59
%26

Triadic Colors of #bdb54e

#bdb54e #4ebdb5 #b54ebd

Analogous Colors of #bdb54e

#bdb54e #8ebd4e #bd7e4e

Monochromatic Colors of #bdb54e

#bdb54e

Complementary Color

#bdb54e #4e56bd

#bdb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb54e Color CSS Codes

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

#bdb54e Text Font Color

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

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


#bdb54e Background Color

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

This div background color is #bdb54e


#bdb54e Border Color

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

This div border color is #bdb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb54e


Comments

No comments written yet.

Please login to write comment.