Color Hex Logo

#bdc60a Color Hex

#BDC60A
(189,198,10)
0 Favorites   0 Comments

Color spaces of #bdc60a

RGB 18919810
HSL0.170.900.41
HSV63°95°78°
CMYK 0.050.000.95   0.22
XYZ41.235151.22898.0020
Yxy51.22890.41040.5099
Hunter Lab71.5744-22.418543.4734
CIE-Lab76.8175-21.563376.2561

#bdc60a color RGB value is (189,198,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00001010
Octal 275 306 12
Decimal 189 198 10
Hex BD C6 A

RGB Percentages of Color #bdc60a

%47.61
%49.87
%2.52

CMYK Percentages of Color #bdc60a

%5
%0
%95
%22

Triadic Colors of #bdc60a

#bdc60a #0abdc6 #c60abd

Analogous Colors of #bdc60a

#bdc60a #5fc60a #c6710a

Monochromatic Colors of #bdc60a

#bdc60a

Complementary Color

#bdc60a #130ac6

#bdc60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc60a Color CSS Codes

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

#bdc60a Text Font Color

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

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


#bdc60a Background Color

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

This div background color is #bdc60a


#bdc60a Border Color

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

This div border color is #bdc60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc60a


Comments

No comments written yet.

Please login to write comment.