Color Hex Logo

#bdbc29 Color Hex

#BDBC29
(189,188,41)
0 Favorites   0 Comments

Color spaces of #bdbc29

RGB 18918841
HSL0.170.640.45
HSV60°78°74°
CMYK 0.000.010.78   0.26
XYZ39.369746.94549.0842
Yxy46.94540.41270.4921
Hunter Lab68.5167-17.338240.1008
CIE-Lab74.1548-15.882568.0473

#bdbc29 color RGB value is (189,188,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00101001
Octal 275 274 51
Decimal 189 188 41
Hex BD BC 29

RGB Percentages of Color #bdbc29

%45.22
%44.98
%9.81

CMYK Percentages of Color #bdbc29

%0
%1
%78
%26

Triadic Colors of #bdbc29

#bdbc29 #29bdbc #bc29bd

Analogous Colors of #bdbc29

#bdbc29 #74bd29 #bd7229

Monochromatic Colors of #bdbc29

#bdbc29

Complementary Color

#bdbc29 #292abd

#bdbc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc29 Color CSS Codes

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

#bdbc29 Text Font Color

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

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


#bdbc29 Background Color

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

This div background color is #bdbc29


#bdbc29 Border Color

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

This div border color is #bdbc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc29

#bdbc29 Color Palettes


Comments

No comments written yet.

Please login to write comment.