Color Hex Logo

#bdff0b Color Hex

#BDFF0B
(189,255,11)
0 Favorites   0 Comments

Color spaces of #bdff0b

RGB 18925511
HSL0.211.000.52
HSV76°96°100°
CMYK 0.260.000.96   0.00
XYZ56.806782.363013.2202
Yxy82.36300.37280.5405
Hunter Lab90.7541-47.089154.8910
CIE-Lab92.7348-47.515088.4387

#bdff0b color RGB value is (189,255,11).

#bdff0b hex color red value is 189, green value is 255 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bdff0b hue: 0.21 , saturation: 1.00 and the lightness value of bdff0b is 0.52.

The process color (four color CMYK) of #bdff0b color hex is 0.26, 0.00, 0.96, 0.00. Web safe color of #bdff0b is #ccff00. Color #bdff0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 00001011
Octal 275 377 13
Decimal 189 255 11
Hex BD FF B

RGB Percentages of Color #bdff0b

%41.54
%56.04
%2.42

CMYK Percentages of Color #bdff0b

%26
%0
%96
%0

Triadic Colors of #bdff0b

#bdff0b #0bbdff #ff0bbd

Analogous Colors of #bdff0b

#bdff0b #43ff0b #ffc70b

Monochromatic Colors of #bdff0b

#bdff0b

Complementary Color

#bdff0b #4d0bff

#bdff0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff0b Color CSS Codes

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

#bdff0b Text Font Color

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

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


#bdff0b Background Color

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

This div background color is #bdff0b


#bdff0b Border Color

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

This div border color is #bdff0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff0b

Related Colors


Comments

No comments written yet.

Please login to write comment.