Color Hex Logo

#bdfb2b Color Hex

#BDFB2B
(189,251,43)
0 Favorites   0 Comments

Color spaces of #bdfb2b

RGB 18925143
HSL0.220.960.58
HSV78°83°98°
CMYK 0.250.000.83   0.02
XYZ55.919579.987614.7774
Yxy79.98760.37110.5308
Hunter Lab89.4358-44.906052.8086
CIE-Lab91.6793-45.169482.8738

#bdfb2b color RGB value is (189,251,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00101011
Octal 275 373 53
Decimal 189 251 43
Hex BD FB 2B

RGB Percentages of Color #bdfb2b

%39.13
%51.97
%8.90

CMYK Percentages of Color #bdfb2b

%25
%0
%83
%2

Triadic Colors of #bdfb2b

#bdfb2b #2bbdfb #fb2bbd

Analogous Colors of #bdfb2b

#bdfb2b #55fb2b #fbd12b

Monochromatic Colors of #bdfb2b

#bdfb2b

Complementary Color

#bdfb2b #692bfb

#bdfb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb2b Color CSS Codes

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

#bdfb2b Text Font Color

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

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


#bdfb2b Background Color

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

This div background color is #bdfb2b


#bdfb2b Border Color

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

This div border color is #bdfb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb2b


Comments

No comments written yet.

Please login to write comment.