Color Hex Logo

#bdbb44 Color Hex

#BDBB44
(189,187,68)
0 Favorites   0 Comments

Color spaces of #bdbb44

RGB 18918768
HSL0.160.480.50
HSV59°64°74°
CMYK 0.000.010.64   0.26
XYZ39.800046.776812.4000
Yxy46.77680.40210.4726
Hunter Lab68.3936-15.814937.1260
CIE-Lab74.0468-14.063858.3099

#bdbb44 color RGB value is (189,187,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 01000100
Octal 275 273 104
Decimal 189 187 68
Hex BD BB 44

RGB Percentages of Color #bdbb44

%42.57
%42.12
%15.32

CMYK Percentages of Color #bdbb44

%0
%1
%64
%26

Triadic Colors of #bdbb44

#bdbb44 #44bdbb #bb44bd

Analogous Colors of #bdbb44

#bdbb44 #83bd44 #bd7f44

Monochromatic Colors of #bdbb44

#bdbb44

Complementary Color

#bdbb44 #4446bd

#bdbb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb44 Color CSS Codes

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

#bdbb44 Text Font Color

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

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


#bdbb44 Background Color

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

This div background color is #bdbb44


#bdbb44 Border Color

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

This div border color is #bdbb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb44


Comments

No comments written yet.

Please login to write comment.