Color Hex Logo

#bdc00a Color Hex

#BDC00A
(189,192,10)
0 Favorites   0 Comments

Color spaces of #bdc00a

RGB 18919210
HSL0.170.900.40
HSV61°95°75°
CMYK 0.020.000.95   0.25
XYZ39.890748.54007.5539
Yxy48.54000.41560.5057
Hunter Lab69.6707-19.721542.3411
CIE-Lab75.1643-18.596674.9996

#bdc00a color RGB value is (189,192,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00001010
Octal 275 300 12
Decimal 189 192 10
Hex BD C0 A

RGB Percentages of Color #bdc00a

%48.34
%49.10
%2.56

CMYK Percentages of Color #bdc00a

%2
%0
%95
%25

Triadic Colors of #bdc00a

#bdc00a #0abdc0 #c00abd

Analogous Colors of #bdc00a

#bdc00a #62c00a #c0680a

Monochromatic Colors of #bdc00a

#bdc00a

Complementary Color

#bdc00a #0d0ac0

#bdc00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc00a Color CSS Codes

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

#bdc00a Text Font Color

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

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


#bdc00a Background Color

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

This div background color is #bdc00a


#bdc00a Border Color

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

This div border color is #bdc00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc00a


Comments

No comments written yet.

Please login to write comment.