Color Hex Logo

#bdc63b Color Hex

#BDC63B
(189,198,59)
0 Favorites   0 Comments

Color spaces of #bdc63b

RGB 18919859
HSL0.180.550.50
HSV64°70°78°
CMYK 0.050.000.70   0.22
XYZ41.969851.522811.8705
Yxy51.52280.39830.4890
Hunter Lab71.7794-21.244040.4405
CIE-Lab76.9946-20.092164.7924

#bdc63b color RGB value is (189,198,59).

#bdc63b hex color red value is 189, green value is 198 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bdc63b hue: 0.18 , saturation: 0.55 and the lightness value of bdc63b is 0.50.

The process color (four color CMYK) of #bdc63b color hex is 0.05, 0.00, 0.70, 0.22. Web safe color of #bdc63b is #cccc33. Color #bdc63b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00111011
Octal 275 306 73
Decimal 189 198 59
Hex BD C6 3B

RGB Percentages of Color #bdc63b

%42.38
%44.39
%13.23

CMYK Percentages of Color #bdc63b

%5
%0
%70
%22

Triadic Colors of #bdc63b

#bdc63b #3bbdc6 #c63bbd

Analogous Colors of #bdc63b

#bdc63b #78c63b #c68a3b

Monochromatic Colors of #bdc63b

#bdc63b

Complementary Color

#bdc63b #443bc6

#bdc63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc63b Color CSS Codes

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

#bdc63b Text Font Color

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

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


#bdc63b Background Color

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

This div background color is #bdc63b


#bdc63b Border Color

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

This div border color is #bdc63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc63b


Comments

No comments written yet.

Please login to write comment.