Color Hex Logo

#bdc109 Color Hex

#BDC109
(189,193,9)
0 Favorites   0 Comments

Color spaces of #bdc109

RGB 1891939
HSL0.170.910.40
HSV61°95°76°
CMYK 0.020.000.95   0.24
XYZ40.105548.97857.5984
Yxy48.97850.41480.5066
Hunter Lab69.9846-20.181742.5520
CIE-Lab75.4380-19.105675.3104

#bdc109 color RGB value is (189,193,9).

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

The process color (four color CMYK) of #bdc109 color hex is 0.02, 0.00, 0.95, 0.24. Web safe color of #bdc109 is #cccc00. Color #bdc109 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 00001001
Octal 275 301 11
Decimal 189 193 9
Hex BD C1 9

RGB Percentages of Color #bdc109

%48.34
%49.36
%2.30

CMYK Percentages of Color #bdc109

%2
%0
%95
%24

Triadic Colors of #bdc109

#bdc109 #09bdc1 #c109bd

Analogous Colors of #bdc109

#bdc109 #61c109 #c16909

Monochromatic Colors of #bdc109

#bdc109

Complementary Color

#bdc109 #0d09c1

#bdc109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc109 Color CSS Codes

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

#bdc109 Text Font Color

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

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


#bdc109 Background Color

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

This div background color is #bdc109


#bdc109 Border Color

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

This div border color is #bdc109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc109


Comments

No comments written yet.

Please login to write comment.