Color Hex Logo

#bdbc1f Color Hex

#BDBC1F
(189,188,31)
0 Favorites   0 Comments

Color spaces of #bdbc1f

RGB 18918831
HSL0.170.720.43
HSV60°84°74°
CMYK 0.000.010.84   0.26
XYZ39.216846.88428.2789
Yxy46.88420.41550.4968
Hunter Lab68.4720-17.591740.7617
CIE-Lab74.1156-16.196770.6424

#bdbc1f color RGB value is (189,188,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00011111
Octal 275 274 37
Decimal 189 188 31
Hex BD BC 1F

RGB Percentages of Color #bdbc1f

%46.32
%46.08
%7.60

CMYK Percentages of Color #bdbc1f

%0
%1
%84
%26

Triadic Colors of #bdbc1f

#bdbc1f #1fbdbc #bc1fbd

Analogous Colors of #bdbc1f

#bdbc1f #6fbd1f #bd6d1f

Monochromatic Colors of #bdbc1f

#bdbc1f

Complementary Color

#bdbc1f #1f20bd

#bdbc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc1f Color CSS Codes

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

#bdbc1f Text Font Color

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

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


#bdbc1f Background Color

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

This div background color is #bdbc1f


#bdbc1f Border Color

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

This div border color is #bdbc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc1f


Comments

No comments written yet.

Please login to write comment.