Color Hex Logo

#bdf61f Color Hex

#BDF61F
(189,246,31)
0 Favorites   0 Comments

Color spaces of #bdf61f

RGB 18924631
HSL0.210.920.54
HSV76°87°96°
CMYK 0.230.000.87   0.04
XYZ54.189476.829313.2698
Yxy76.82930.37560.5325
Hunter Lab87.6523-43.037352.3806
CIE-Lab90.2430-43.344584.0187

#bdf61f color RGB value is (189,246,31).

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

The process color (four color CMYK) of #bdf61f color hex is 0.23, 0.00, 0.87, 0.04. Web safe color of #bdf61f is #ccff33. Color #bdf61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 00011111
Octal 275 366 37
Decimal 189 246 31
Hex BD F6 1F

RGB Percentages of Color #bdf61f

%40.56
%52.79
%6.65

CMYK Percentages of Color #bdf61f

%23
%0
%87
%4

Triadic Colors of #bdf61f

#bdf61f #1fbdf6 #f61fbd

Analogous Colors of #bdf61f

#bdf61f #52f61f #f6c41f

Monochromatic Colors of #bdf61f

#bdf61f

Complementary Color

#bdf61f #581ff6

#bdf61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf61f Color CSS Codes

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

#bdf61f Text Font Color

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

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


#bdf61f Background Color

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

This div background color is #bdf61f


#bdf61f Border Color

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

This div border color is #bdf61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf61f

Related Colors


Comments

No comments written yet.

Please login to write comment.