Color Hex Logo

#bdf51f Color Hex

#BDF51F
(189,245,31)
0 Favorites   0 Comments

Color spaces of #bdf51f

RGB 18924531
HSL0.210.910.54
HSV76°87°96°
CMYK 0.230.000.87   0.04
XYZ53.886076.222613.1687
Yxy76.22260.37610.5320
Hunter Lab87.3056-42.612552.1709
CIE-Lab89.9626-42.911183.7878

#bdf51f color RGB value is (189,245,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00011111
Octal 275 365 37
Decimal 189 245 31
Hex BD F5 1F

RGB Percentages of Color #bdf51f

%40.65
%52.69
%6.67

CMYK Percentages of Color #bdf51f

%23
%0
%87
%4

Triadic Colors of #bdf51f

#bdf51f #1fbdf5 #f51fbd

Analogous Colors of #bdf51f

#bdf51f #52f51f #f5c21f

Monochromatic Colors of #bdf51f

#bdf51f

Complementary Color

#bdf51f #571ff5

#bdf51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf51f Color CSS Codes

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

#bdf51f Text Font Color

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

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


#bdf51f Background Color

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

This div background color is #bdf51f


#bdf51f Border Color

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

This div border color is #bdf51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf51f


Comments

No comments written yet.

Please login to write comment.