Color Hex Logo

#bdbd4e Color Hex

#BDBD4E
(189,189,78)
0 Favorites   0 Comments

Color spaces of #bdbd4e

RGB 18918978
HSL0.170.460.52
HSV60°59°74°
CMYK 0.000.000.59   0.26
XYZ40.559047.764114.2894
Yxy47.76410.39530.4655
Hunter Lab69.1116-16.190336.1194
CIE-Lab74.6759-14.412654.7017

#bdbd4e color RGB value is (189,189,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 01001110
Octal 275 275 116
Decimal 189 189 78
Hex BD BD 4E

RGB Percentages of Color #bdbd4e

%41.45
%41.45
%17.11

CMYK Percentages of Color #bdbd4e

%0
%0
%59
%26

Triadic Colors of #bdbd4e

#bdbd4e #4ebdbd #bd4ebd

Analogous Colors of #bdbd4e

#bdbd4e #86bd4e #bd864e

Monochromatic Colors of #bdbd4e

#bdbd4e

Complementary Color

#bdbd4e #4e4ebd

#bdbd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd4e Color CSS Codes

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

#bdbd4e Text Font Color

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

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


#bdbd4e Background Color

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

This div background color is #bdbd4e


#bdbd4e Border Color

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

This div border color is #bdbd4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,189,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 #bdbd4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd4e


Comments

No comments written yet.

Please login to write comment.