Color Hex Logo

#bdc716 Color Hex

#BDC716
(189,199,22)
0 Favorites   0 Comments

Color spaces of #bdc716

RGB 18919922
HSL0.180.800.43
HSV63°89°78°
CMYK 0.050.000.89   0.22
XYZ41.554551.72368.5526
Yxy51.72360.40810.5079
Hunter Lab71.9191-22.722143.2926
CIE-Lab77.1153-21.872274.8905

#bdc716 color RGB value is (189,199,22).

#bdc716 hex color red value is 189, green value is 199 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bdc716 hue: 0.18 , saturation: 0.80 and the lightness value of bdc716 is 0.43.

The process color (four color CMYK) of #bdc716 color hex is 0.05, 0.00, 0.89, 0.22. Web safe color of #bdc716 is #cccc00. Color #bdc716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 00010110
Octal 275 307 26
Decimal 189 199 22
Hex BD C7 16

RGB Percentages of Color #bdc716

%46.10
%48.54
%5.37

CMYK Percentages of Color #bdc716

%5
%0
%89
%22

Triadic Colors of #bdc716

#bdc716 #16bdc7 #c716bd

Analogous Colors of #bdc716

#bdc716 #65c716 #c77916

Monochromatic Colors of #bdc716

#bdc716

Complementary Color

#bdc716 #2016c7

#bdc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc716 Color CSS Codes

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

#bdc716 Text Font Color

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

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


#bdc716 Background Color

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

This div background color is #bdc716


#bdc716 Border Color

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

This div border color is #bdc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc716


Comments

No comments written yet.

Please login to write comment.