Color Hex Logo

#bdff2b Color Hex

#BDFF2B
(189,255,43)
0 Favorites   0 Comments

Color spaces of #bdff2b

RGB 18925543
HSL0.221.000.58
HSV79°83°100°
CMYK 0.260.000.83   0.00
XYZ57.182382.513215.1983
Yxy82.51320.36920.5327
Hunter Lab90.8368-46.597553.6657
CIE-Lab92.8009-46.873583.8409

#bdff2b color RGB value is (189,255,43).

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

The process color (four color CMYK) of #bdff2b color hex is 0.26, 0.00, 0.83, 0.00. Web safe color of #bdff2b is #ccff33. Color #bdff2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 00101011
Octal 275 377 53
Decimal 189 255 43
Hex BD FF 2B

RGB Percentages of Color #bdff2b

%38.81
%52.36
%8.83

CMYK Percentages of Color #bdff2b

%26
%0
%83
%0

Triadic Colors of #bdff2b

#bdff2b #2bbdff #ff2bbd

Analogous Colors of #bdff2b

#bdff2b #53ff2b #ffd72b

Monochromatic Colors of #bdff2b

#bdff2b

Complementary Color

#bdff2b #6d2bff

#bdff2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff2b Color CSS Codes

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

#bdff2b Text Font Color

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

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


#bdff2b Background Color

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

This div background color is #bdff2b


#bdff2b Border Color

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

This div border color is #bdff2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff2b

Related Colors


Comments

No comments written yet.

Please login to write comment.