Color Hex Logo

#bdbd4b Color Hex

#BDBD4B
(189,189,75)
0 Favorites   0 Comments

Color spaces of #bdbd4b

RGB 18918975
HSL0.170.460.52
HSV60°60°74°
CMYK 0.000.000.60   0.26
XYZ40.453947.722013.7357
Yxy47.72200.39700.4683
Hunter Lab69.0811-16.362336.5679
CIE-Lab74.6492-14.623255.9858

#bdbd4b color RGB value is (189,189,75).

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

The process color (four color CMYK) of #bdbd4b color hex is 0.00, 0.00, 0.60, 0.26. Web safe color of #bdbd4b is #cccc33. Color #bdbd4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 01001011
Octal 275 275 113
Decimal 189 189 75
Hex BD BD 4B

RGB Percentages of Color #bdbd4b

%41.72
%41.72
%16.56

CMYK Percentages of Color #bdbd4b

%0
%0
%60
%26

Triadic Colors of #bdbd4b

#bdbd4b #4bbdbd #bd4bbd

Analogous Colors of #bdbd4b

#bdbd4b #84bd4b #bd844b

Monochromatic Colors of #bdbd4b

#bdbd4b

Complementary Color

#bdbd4b #4b4bbd

#bdbd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd4b Color CSS Codes

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

#bdbd4b Text Font Color

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

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


#bdbd4b Background Color

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

This div background color is #bdbd4b


#bdbd4b Border Color

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

This div border color is #bdbd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd4b


Comments

No comments written yet.

Please login to write comment.