Color Hex Logo

#bdb30f Color Hex

#BDB30F
(189,179,15)
0 Favorites   0 Comments

Color spaces of #bdb30f

RGB 18917915
HSL0.160.850.40
HSV57°92°74°
CMYK 0.000.050.92   0.26
XYZ37.192643.09356.8096
Yxy43.09350.42700.4948
Hunter Lab65.6456-13.747839.8016
CIE-Lab71.6184-11.950571.6790

#bdb30f color RGB value is (189,179,15).

#bdb30f hex color red value is 189, green value is 179 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bdb30f hue: 0.16 , saturation: 0.85 and the lightness value of bdb30f is 0.40.

The process color (four color CMYK) of #bdb30f color hex is 0.00, 0.05, 0.92, 0.26. Web safe color of #bdb30f is #cccc00. Color #bdb30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 00001111
Octal 275 263 17
Decimal 189 179 15
Hex BD B3 F

RGB Percentages of Color #bdb30f

%49.35
%46.74
%3.92

CMYK Percentages of Color #bdb30f

%0
%5
%92
%26

Triadic Colors of #bdb30f

#bdb30f #0fbdb3 #b30fbd

Analogous Colors of #bdb30f

#bdb30f #70bd0f #bd5c0f

Monochromatic Colors of #bdb30f

#bdb30f

Complementary Color

#bdb30f #0f19bd

#bdb30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb30f Color CSS Codes

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

#bdb30f Text Font Color

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

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


#bdb30f Background Color

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

This div background color is #bdb30f


#bdb30f Border Color

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

This div border color is #bdb30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb30f


Comments

No comments written yet.

Please login to write comment.