Color Hex Logo

#bdb01f Color Hex

#BDB01F
(189,176,31)
0 Favorites   0 Comments

Color spaces of #bdb01f

RGB 18917631
HSL0.150.720.43
HSV55°84°74°
CMYK 0.000.070.84   0.26
XYZ36.758941.96847.4596
Yxy41.96840.42650.4869
Hunter Lab64.7830-12.086638.5210
CIE-Lab70.8491-10.061867.9031

#bdb01f color RGB value is (189,176,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110000 00011111
Octal 275 260 37
Decimal 189 176 31
Hex BD B0 1F

RGB Percentages of Color #bdb01f

%47.73
%44.44
%7.83

CMYK Percentages of Color #bdb01f

%0
%7
%84
%26

Triadic Colors of #bdb01f

#bdb01f #1fbdb0 #b01fbd

Analogous Colors of #bdb01f

#bdb01f #7bbd1f #bd611f

Monochromatic Colors of #bdb01f

#bdb01f

Complementary Color

#bdb01f #1f2cbd

#bdb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb01f Color CSS Codes

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

#bdb01f Text Font Color

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

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


#bdb01f Background Color

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

This div background color is #bdb01f


#bdb01f Border Color

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

This div border color is #bdb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb01f


Comments

No comments written yet.

Please login to write comment.