Color Hex Logo

#bdbb29 Color Hex

#BDBB29
(189,187,41)
0 Favorites   0 Comments

Color spaces of #bdbb29

RGB 18918741
HSL0.160.640.45
HSV59°78°74°
CMYK 0.000.010.78   0.26
XYZ39.156846.51969.0132
Yxy46.51960.41350.4913
Hunter Lab68.2053-16.882039.9086
CIE-Lab73.8814-15.377167.8042

#bdbb29 color RGB value is (189,187,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00101001
Octal 275 273 51
Decimal 189 187 41
Hex BD BB 29

RGB Percentages of Color #bdbb29

%45.32
%44.84
%9.83

CMYK Percentages of Color #bdbb29

%0
%1
%78
%26

Triadic Colors of #bdbb29

#bdbb29 #29bdbb #bb29bd

Analogous Colors of #bdbb29

#bdbb29 #75bd29 #bd7129

Monochromatic Colors of #bdbb29

#bdbb29

Complementary Color

#bdbb29 #292bbd

#bdbb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb29 Color CSS Codes

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

#bdbb29 Text Font Color

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

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


#bdbb29 Background Color

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

This div background color is #bdbb29


#bdbb29 Border Color

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

This div border color is #bdbb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb29


Comments

No comments written yet.

Please login to write comment.