Color Hex Logo

#bdfb0f Color Hex

#BDFB0F
(189,251,15)
0 Favorites   0 Comments

Color spaces of #bdfb0f

RGB 18925115
HSL0.210.970.52
HSV76°94°98°
CMYK 0.250.000.94   0.02
XYZ55.569779.847712.9353
Yxy79.84770.37460.5382
Hunter Lab89.3575-45.370053.9675
CIE-Lab91.6165-45.774087.2271

#bdfb0f color RGB value is (189,251,15).

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

The process color (four color CMYK) of #bdfb0f color hex is 0.25, 0.00, 0.94, 0.02. Web safe color of #bdfb0f is #ccff00. Color #bdfb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00001111
Octal 275 373 17
Decimal 189 251 15
Hex BD FB F

RGB Percentages of Color #bdfb0f

%41.54
%55.16
%3.30

CMYK Percentages of Color #bdfb0f

%25
%0
%94
%2

Triadic Colors of #bdfb0f

#bdfb0f #0fbdfb #fb0fbd

Analogous Colors of #bdfb0f

#bdfb0f #47fb0f #fbc30f

Monochromatic Colors of #bdfb0f

#bdfb0f

Complementary Color

#bdfb0f #4d0ffb

#bdfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb0f Color CSS Codes

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

#bdfb0f Text Font Color

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

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


#bdfb0f Background Color

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

This div background color is #bdfb0f


#bdfb0f Border Color

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

This div border color is #bdfb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb0f


Comments

No comments written yet.

Please login to write comment.