Color Hex Logo

#bdfb2e Color Hex

#BDFB2E
(189,251,46)
0 Favorites   0 Comments

Color spaces of #bdfb2e

RGB 18925146
HSL0.220.960.58
HSV78°82°98°
CMYK 0.250.000.82   0.02
XYZ55.976680.010415.0781
Yxy80.01040.37050.5296
Hunter Lab89.4485-44.830252.6196
CIE-Lab91.6895-45.070982.1990

#bdfb2e color RGB value is (189,251,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00101110
Octal 275 373 56
Decimal 189 251 46
Hex BD FB 2E

RGB Percentages of Color #bdfb2e

%38.89
%51.65
%9.47

CMYK Percentages of Color #bdfb2e

%25
%0
%82
%2

Triadic Colors of #bdfb2e

#bdfb2e #2ebdfb #fb2ebd

Analogous Colors of #bdfb2e

#bdfb2e #56fb2e #fbd32e

Monochromatic Colors of #bdfb2e

#bdfb2e

Complementary Color

#bdfb2e #6c2efb

#bdfb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb2e Color CSS Codes

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

#bdfb2e Text Font Color

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

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


#bdfb2e Background Color

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

This div background color is #bdfb2e


#bdfb2e Border Color

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

This div border color is #bdfb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb2e


Comments

No comments written yet.

Please login to write comment.