Color Hex Logo

#bdbb3f Color Hex

#BDBB3F
(189,187,63)
0 Favorites   0 Comments

Color spaces of #bdbb3f

RGB 18918763
HSL0.160.500.49
HSV59°67°74°
CMYK 0.000.010.67   0.26
XYZ39.653846.718311.6302
Yxy46.71830.40460.4767
Hunter Lab68.3508-16.056937.7571
CIE-Lab74.0092-14.360560.2943

#bdbb3f color RGB value is (189,187,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00111111
Octal 275 273 77
Decimal 189 187 63
Hex BD BB 3F

RGB Percentages of Color #bdbb3f

%43.05
%42.60
%14.35

CMYK Percentages of Color #bdbb3f

%0
%1
%67
%26

Triadic Colors of #bdbb3f

#bdbb3f #3fbdbb #bb3fbd

Analogous Colors of #bdbb3f

#bdbb3f #80bd3f #bd7c3f

Monochromatic Colors of #bdbb3f

#bdbb3f

Complementary Color

#bdbb3f #3f41bd

#bdbb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb3f Color CSS Codes

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

#bdbb3f Text Font Color

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

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


#bdbb3f Background Color

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

This div background color is #bdbb3f


#bdbb3f Border Color

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

This div border color is #bdbb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb3f


Comments

No comments written yet.

Please login to write comment.