Color Hex Logo

#bdbb30 Color Hex

#BDBB30
(189,187,48)
0 Favorites   0 Comments

Color spaces of #bdbb30

RGB 18918748
HSL0.160.590.46
HSV59°75°74°
CMYK 0.000.010.75   0.26
XYZ39.290146.57299.7150
Yxy46.57290.41110.4873
Hunter Lab68.2443-16.660439.3307
CIE-Lab73.9157-15.103365.6573

#bdbb30 color RGB value is (189,187,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00110000
Octal 275 273 60
Decimal 189 187 48
Hex BD BB 30

RGB Percentages of Color #bdbb30

%44.58
%44.10
%11.32

CMYK Percentages of Color #bdbb30

%0
%1
%75
%26

Triadic Colors of #bdbb30

#bdbb30 #30bdbb #bb30bd

Analogous Colors of #bdbb30

#bdbb30 #79bd30 #bd7530

Monochromatic Colors of #bdbb30

#bdbb30

Complementary Color

#bdbb30 #3032bd

#bdbb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb30 Color CSS Codes

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

#bdbb30 Text Font Color

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

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


#bdbb30 Background Color

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

This div background color is #bdbb30


#bdbb30 Border Color

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

This div border color is #bdbb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb30


Comments

No comments written yet.

Please login to write comment.