Color Hex Logo

#bdb030 Color Hex

#BDB030
(189,176,48)
0 Favorites   0 Comments

Color spaces of #bdb030

RGB 18917648
HSL0.150.590.46
HSV54°75°74°
CMYK 0.000.070.75   0.26
XYZ37.045142.08298.9666
Yxy42.08290.42050.4777
Hunter Lab64.8713-11.591537.2148
CIE-Lab70.9280-9.459062.8626

#bdb030 color RGB value is (189,176,48).

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

The process color (four color CMYK) of #bdb030 color hex is 0.00, 0.07, 0.75, 0.26. Web safe color of #bdb030 is #cc9933. Color #bdb030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00110000
Octal 275 260 60
Decimal 189 176 48
Hex BD B0 30

RGB Percentages of Color #bdb030

%45.76
%42.62
%11.62

CMYK Percentages of Color #bdb030

%0
%7
%75
%26

Triadic Colors of #bdb030

#bdb030 #30bdb0 #b030bd

Analogous Colors of #bdb030

#bdb030 #84bd30 #bd6a30

Monochromatic Colors of #bdb030

#bdb030

Complementary Color

#bdb030 #303dbd

#bdb030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb030 Color CSS Codes

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

#bdb030 Text Font Color

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

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


#bdb030 Background Color

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

This div background color is #bdb030


#bdb030 Border Color

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

This div border color is #bdb030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb030

#bdb030 Color Palettes


Comments

No comments written yet.

Please login to write comment.