Color Hex Logo

#bdfb1f Color Hex

#BDFB1F
(189,251,31)
0 Favorites   0 Comments

Color spaces of #bdfb1f

RGB 18925131
HSL0.210.960.55
HSV77°88°98°
CMYK 0.250.000.88   0.02
XYZ55.730879.912113.7836
Yxy79.91210.37300.5348
Hunter Lab89.3936-45.156253.4336
CIE-Lab91.6454-45.495185.1731

#bdfb1f color RGB value is (189,251,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00011111
Octal 275 373 37
Decimal 189 251 31
Hex BD FB 1F

RGB Percentages of Color #bdfb1f

%40.13
%53.29
%6.58

CMYK Percentages of Color #bdfb1f

%25
%0
%88
%2

Triadic Colors of #bdfb1f

#bdfb1f #1fbdfb #fb1fbd

Analogous Colors of #bdfb1f

#bdfb1f #4ffb1f #fbcb1f

Monochromatic Colors of #bdfb1f

#bdfb1f

Complementary Color

#bdfb1f #5d1ffb

#bdfb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb1f Color CSS Codes

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

#bdfb1f Text Font Color

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

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


#bdfb1f Background Color

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

This div background color is #bdfb1f


#bdfb1f Border Color

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

This div border color is #bdfb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb1f


Comments

No comments written yet.

Please login to write comment.