Color Hex Logo

#bdc210 Color Hex

#BDC210
(189,194,16)
0 Favorites   0 Comments

Color spaces of #bdc210

RGB 18919416
HSL0.170.850.41
HSV62°92°76°
CMYK 0.030.000.92   0.24
XYZ40.371649.43987.9052
Yxy49.43980.41310.5060
Hunter Lab70.3134-20.559942.5536
CIE-Lab75.7241-19.511574.7102

#bdc210 color RGB value is (189,194,16).

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

The process color (four color CMYK) of #bdc210 color hex is 0.03, 0.00, 0.92, 0.24. Web safe color of #bdc210 is #cccc00. Color #bdc210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00010000
Octal 275 302 20
Decimal 189 194 16
Hex BD C2 10

RGB Percentages of Color #bdc210

%47.37
%48.62
%4.01

CMYK Percentages of Color #bdc210

%3
%0
%92
%24

Triadic Colors of #bdc210

#bdc210 #10bdc2 #c210bd

Analogous Colors of #bdc210

#bdc210 #64c210 #c26e10

Monochromatic Colors of #bdc210

#bdc210

Complementary Color

#bdc210 #1510c2

#bdc210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc210 Color CSS Codes

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

#bdc210 Text Font Color

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

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


#bdc210 Background Color

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

This div background color is #bdc210


#bdc210 Border Color

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

This div border color is #bdc210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc210


Comments

No comments written yet.

Please login to write comment.