Color Hex Logo

#bdbc0f Color Hex

#BDBC0F
(189,188,15)
0 Favorites   0 Comments

Color spaces of #bdbc0f

RGB 18918815
HSL0.170.850.40
HSV60°92°74°
CMYK 0.000.010.92   0.26
XYZ39.055746.81977.4306
Yxy46.81970.41860.5018
Hunter Lab68.4249-17.859141.4589
CIE-Lab74.0743-16.528973.5699

#bdbc0f color RGB value is (189,188,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00001111
Octal 275 274 17
Decimal 189 188 15
Hex BD BC F

RGB Percentages of Color #bdbc0f

%48.21
%47.96
%3.83

CMYK Percentages of Color #bdbc0f

%0
%1
%92
%26

Triadic Colors of #bdbc0f

#bdbc0f #0fbdbc #bc0fbd

Analogous Colors of #bdbc0f

#bdbc0f #67bd0f #bd650f

Monochromatic Colors of #bdbc0f

#bdbc0f

Complementary Color

#bdbc0f #0f10bd

#bdbc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc0f Color CSS Codes

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

#bdbc0f Text Font Color

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

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


#bdbc0f Background Color

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

This div background color is #bdbc0f


#bdbc0f Border Color

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

This div border color is #bdbc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc0f


Comments

No comments written yet.

Please login to write comment.