Color Hex Logo

#bdc40b Color Hex

#BDC40B
(189,196,11)
0 Favorites   0 Comments

Color spaces of #bdc40b

RGB 18919611
HSL0.170.890.41
HSV62°94°77°
CMYK 0.040.000.94   0.23
XYZ40.786650.32287.8802
Yxy50.32280.41200.5084
Hunter Lab70.9386-21.512743.0708
CIE-Lab76.2670-20.567975.7342

#bdc40b color RGB value is (189,196,11).

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

The process color (four color CMYK) of #bdc40b color hex is 0.04, 0.00, 0.94, 0.23. Web safe color of #bdc40b is #cccc00. Color #bdc40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00001011
Octal 275 304 13
Decimal 189 196 11
Hex BD C4 B

RGB Percentages of Color #bdc40b

%47.73
%49.49
%2.78

CMYK Percentages of Color #bdc40b

%4
%0
%94
%23

Triadic Colors of #bdc40b

#bdc40b #0bbdc4 #c40bbd

Analogous Colors of #bdc40b

#bdc40b #61c40b #c46f0b

Monochromatic Colors of #bdc40b

#bdc40b

Complementary Color

#bdc40b #120bc4

#bdc40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc40b Color CSS Codes

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

#bdc40b Text Font Color

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

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


#bdc40b Background Color

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

This div background color is #bdc40b


#bdc40b Border Color

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

This div border color is #bdc40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc40b


Comments

No comments written yet.

Please login to write comment.