Color Hex Logo

#bdfd31 Color Hex

#BDFD31
(189,253,49)
0 Favorites   0 Comments

Color spaces of #bdfd31

RGB 18925349
HSL0.220.980.59
HSV79°81°99°
CMYK 0.250.000.81   0.01
XYZ56.665981.291115.6099
Yxy81.29110.36900.5294
Hunter Lab90.1616-45.596852.8481
CIE-Lab92.2611-45.821281.9819

#bdfd31 color RGB value is (189,253,49).

#bdfd31 hex color red value is 189, green value is 253 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bdfd31 hue: 0.22 , saturation: 0.98 and the lightness value of bdfd31 is 0.59.

The process color (four color CMYK) of #bdfd31 color hex is 0.25, 0.00, 0.81, 0.01. Web safe color of #bdfd31 is #ccff33. Color #bdfd31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00110001
Octal 275 375 61
Decimal 189 253 49
Hex BD FD 31

RGB Percentages of Color #bdfd31

%38.49
%51.53
%9.98

CMYK Percentages of Color #bdfd31

%25
%0
%81
%1

Triadic Colors of #bdfd31

#bdfd31 #31bdfd #fd31bd

Analogous Colors of #bdfd31

#bdfd31 #57fd31 #fdd731

Monochromatic Colors of #bdfd31

#bdfd31

Complementary Color

#bdfd31 #7131fd

#bdfd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd31 Color CSS Codes

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

#bdfd31 Text Font Color

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

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


#bdfd31 Background Color

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

This div background color is #bdfd31


#bdfd31 Border Color

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

This div border color is #bdfd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd31


Comments

No comments written yet.

Please login to write comment.