Color Hex Logo

#bdbd2a Color Hex

#BDBD2A
(189,189,42)
0 Favorites   0 Comments

Color spaces of #bdbd2a

RGB 18918942
HSL0.170.640.45
HSV60°78°74°
CMYK 0.000.000.78   0.26
XYZ39.601847.38129.2487
Yxy47.38120.41150.4924
Hunter Lab68.8340-17.764340.2175
CIE-Lab74.4329-16.350368.0024

#bdbd2a color RGB value is (189,189,42).

#bdbd2a hex color red value is 189, green value is 189 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bdbd2a hue: 0.17 , saturation: 0.64 and the lightness value of bdbd2a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 00101010
Octal 275 275 52
Decimal 189 189 42
Hex BD BD 2A

RGB Percentages of Color #bdbd2a

%45.00
%45.00
%10.00

CMYK Percentages of Color #bdbd2a

%0
%0
%78
%26

Triadic Colors of #bdbd2a

#bdbd2a #2abdbd #bd2abd

Analogous Colors of #bdbd2a

#bdbd2a #74bd2a #bd742a

Monochromatic Colors of #bdbd2a

#bdbd2a

Complementary Color

#bdbd2a #2a2abd

#bdbd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd2a Color CSS Codes

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

#bdbd2a Text Font Color

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

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


#bdbd2a Background Color

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

This div background color is #bdbd2a


#bdbd2a Border Color

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

This div border color is #bdbd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd2a


Comments

No comments written yet.

Please login to write comment.