Color Hex Logo

#bdf91f Color Hex

#BDF91F
(189,249,31)
0 Favorites   0 Comments

Color spaces of #bdf91f

RGB 18924931
HSL0.210.950.55
HSV77°88°98°
CMYK 0.240.000.88   0.02
XYZ55.109378.669113.5764
Yxy78.66910.37400.5339
Hunter Lab88.6956-44.309853.0116
CIE-Lab91.0844-44.638384.7115

#bdf91f color RGB value is (189,249,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00011111
Octal 275 371 37
Decimal 189 249 31
Hex BD F9 1F

RGB Percentages of Color #bdf91f

%40.30
%53.09
%6.61

CMYK Percentages of Color #bdf91f

%24
%0
%88
%2

Triadic Colors of #bdf91f

#bdf91f #1fbdf9 #f91fbd

Analogous Colors of #bdf91f

#bdf91f #50f91f #f9c81f

Monochromatic Colors of #bdf91f

#bdf91f

Complementary Color

#bdf91f #5b1ff9

#bdf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf91f Color CSS Codes

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

#bdf91f Text Font Color

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

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


#bdf91f Background Color

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

This div background color is #bdf91f


#bdf91f Border Color

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

This div border color is #bdf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf91f

Related Colors


Comments

No comments written yet.

Please login to write comment.