Color Hex Logo

#bdbd5a Color Hex

#BDBD5A
(189,189,90)
0 Favorites   0 Comments

Color spaces of #bdbd5a

RGB 18918990
HSL0.170.430.55
HSV60°52°74°
CMYK 0.000.000.52   0.26
XYZ41.029347.952216.7661
Yxy47.95220.38800.4535
Hunter Lab69.2475-15.421634.1181
CIE-Lab74.7948-13.475649.3446

#bdbd5a color RGB value is (189,189,90).

#bdbd5a hex color red value is 189, green value is 189 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bdbd5a hue: 0.17 , saturation: 0.43 and the lightness value of bdbd5a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 01011010
Octal 275 275 132
Decimal 189 189 90
Hex BD BD 5A

RGB Percentages of Color #bdbd5a

%40.38
%40.38
%19.23

CMYK Percentages of Color #bdbd5a

%0
%0
%52
%26

Triadic Colors of #bdbd5a

#bdbd5a #5abdbd #bd5abd

Analogous Colors of #bdbd5a

#bdbd5a #8cbd5a #bd8c5a

Monochromatic Colors of #bdbd5a

#bdbd5a

Complementary Color

#bdbd5a #5a5abd

#bdbd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd5a Color CSS Codes

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

#bdbd5a Text Font Color

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

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


#bdbd5a Background Color

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

This div background color is #bdbd5a


#bdbd5a Border Color

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

This div border color is #bdbd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd5a


Comments

No comments written yet.

Please login to write comment.