Color Hex Logo

#bdfb50 Color Hex

#BDFB50
(189,251,80)
0 Favorites   0 Comments

Color spaces of #bdfb50

RGB 18925180
HSL0.230.960.65
HSV82°68°98°
CMYK 0.250.000.68   0.02
XYZ56.931480.392420.1061
Yxy80.39240.36160.5107
Hunter Lab89.6618-43.568349.4679
CIE-Lab91.8606-43.439072.0765

#bdfb50 color RGB value is (189,251,80).

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

The process color (four color CMYK) of #bdfb50 color hex is 0.25, 0.00, 0.68, 0.02. Web safe color of #bdfb50 is #ccff66. Color #bdfb50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 01010000
Octal 275 373 120
Decimal 189 251 80
Hex BD FB 50

RGB Percentages of Color #bdfb50

%36.35
%48.27
%15.38

CMYK Percentages of Color #bdfb50

%25
%0
%68
%2

Triadic Colors of #bdfb50

#bdfb50 #50bdfb #fb50bd

Analogous Colors of #bdfb50

#bdfb50 #68fb50 #fbe450

Monochromatic Colors of #bdfb50

#bdfb50

Complementary Color

#bdfb50 #8e50fb

#bdfb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb50 Color CSS Codes

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

#bdfb50 Text Font Color

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

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


#bdfb50 Background Color

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

This div background color is #bdfb50


#bdfb50 Border Color

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

This div border color is #bdfb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb50

Related Colors


Comments

No comments written yet.

Please login to write comment.