Color Hex Logo

#bdfe39 Color Hex

#BDFE39
(189,254,57)
0 Favorites   0 Comments

Color spaces of #bdfe39

RGB 18925457
HSL0.220.990.61
HSV80°78°100°
CMYK 0.260.000.78   0.00
XYZ57.166681.997816.6851
Yxy81.99780.36680.5261
Hunter Lab90.5526-45.778652.4622
CIE-Lab92.5739-45.933780.1711

#bdfe39 color RGB value is (189,254,57).

#bdfe39 hex color red value is 189, green value is 254 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bdfe39 hue: 0.22 , saturation: 0.99 and the lightness value of bdfe39 is 0.61.

The process color (four color CMYK) of #bdfe39 color hex is 0.26, 0.00, 0.78, 0.00. Web safe color of #bdfe39 is #ccff33. Color #bdfe39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 00111001
Octal 275 376 71
Decimal 189 254 57
Hex BD FE 39

RGB Percentages of Color #bdfe39

%37.80
%50.80
%11.40

CMYK Percentages of Color #bdfe39

%26
%0
%78
%0

Triadic Colors of #bdfe39

#bdfe39 #39bdfe #fe39bd

Analogous Colors of #bdfe39

#bdfe39 #5bfe39 #fedd39

Monochromatic Colors of #bdfe39

#bdfe39

Complementary Color

#bdfe39 #7a39fe

#bdfe39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe39 Color CSS Codes

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

#bdfe39 Text Font Color

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

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


#bdfe39 Background Color

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

This div background color is #bdfe39


#bdfe39 Border Color

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

This div border color is #bdfe39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe39

Related Colors


Comments

No comments written yet.

Please login to write comment.