Color Hex Logo

#bdbb39 Color Hex

#BDBB39
(189,187,57)
0 Favorites   0 Comments

Color spaces of #bdbb39

RGB 18918757
HSL0.160.540.48
HSV59°70°74°
CMYK 0.000.010.70   0.26
XYZ39.495146.654910.7946
Yxy46.65490.40740.4813
Hunter Lab68.3044-16.320138.4431
CIE-Lab73.9685-14.684062.5534

#bdbb39 color RGB value is (189,187,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00111001
Octal 275 273 71
Decimal 189 187 57
Hex BD BB 39

RGB Percentages of Color #bdbb39

%43.65
%43.19
%13.16

CMYK Percentages of Color #bdbb39

%0
%1
%70
%26

Triadic Colors of #bdbb39

#bdbb39 #39bdbb #bb39bd

Analogous Colors of #bdbb39

#bdbb39 #7dbd39 #bd7939

Monochromatic Colors of #bdbb39

#bdbb39

Complementary Color

#bdbb39 #393bbd

#bdbb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb39 Color CSS Codes

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

#bdbb39 Text Font Color

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

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


#bdbb39 Background Color

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

This div background color is #bdbb39


#bdbb39 Border Color

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

This div border color is #bdbb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb39


Comments

No comments written yet.

Please login to write comment.