Color Hex Logo

#bdbd29 Color Hex

#BDBD29
(189,189,41)
0 Favorites   0 Comments

Color spaces of #bdbd29

RGB 18918941
HSL0.170.640.45
HSV60°78°74°
CMYK 0.000.000.78   0.26
XYZ39.584147.37419.1556
Yxy47.37410.41180.4929
Hunter Lab68.8288-17.793540.2934
CIE-Lab74.4284-16.386568.2906

#bdbd29 color RGB value is (189,189,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 00101001
Octal 275 275 51
Decimal 189 189 41
Hex BD BD 29

RGB Percentages of Color #bdbd29

%45.11
%45.11
%9.79

CMYK Percentages of Color #bdbd29

%0
%0
%78
%26

Triadic Colors of #bdbd29

#bdbd29 #29bdbd #bd29bd

Analogous Colors of #bdbd29

#bdbd29 #73bd29 #bd7329

Monochromatic Colors of #bdbd29

#bdbd29

Complementary Color

#bdbd29 #2929bd

#bdbd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd29 Color CSS Codes

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

#bdbd29 Text Font Color

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

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


#bdbd29 Background Color

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

This div background color is #bdbd29


#bdbd29 Border Color

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

This div border color is #bdbd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd29


Comments

No comments written yet.

Please login to write comment.