Color Hex Logo

#bdc03b Color Hex

#BDC03B
(189,192,59)
0 Favorites   0 Comments

Color spaces of #bdc03b

RGB 18919259
HSL0.170.530.49
HSV61°69°75°
CMYK 0.020.000.69   0.25
XYZ40.625348.833911.4224
Yxy48.83390.40270.4841
Hunter Lab69.8813-18.521739.2257
CIE-Lab75.3479-17.104163.1708

#bdc03b color RGB value is (189,192,59).

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

The process color (four color CMYK) of #bdc03b color hex is 0.02, 0.00, 0.69, 0.25. Web safe color of #bdc03b is #cccc33. Color #bdc03b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00111011
Octal 275 300 73
Decimal 189 192 59
Hex BD C0 3B

RGB Percentages of Color #bdc03b

%42.95
%43.64
%13.41

CMYK Percentages of Color #bdc03b

%2
%0
%69
%25

Triadic Colors of #bdc03b

#bdc03b #3bbdc0 #c03bbd

Analogous Colors of #bdc03b

#bdc03b #7bc03b #c0813b

Monochromatic Colors of #bdc03b

#bdc03b

Complementary Color

#bdc03b #3e3bc0

#bdc03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc03b Color CSS Codes

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

#bdc03b Text Font Color

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

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


#bdc03b Background Color

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

This div background color is #bdc03b


#bdc03b Border Color

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

This div border color is #bdc03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc03b


Comments

No comments written yet.

Please login to write comment.