Color Hex Logo

#bdfe19 Color Hex

#BDFE19
(189,254,25)
0 Favorites   0 Comments

Color spaces of #bdfe19

RGB 18925425
HSL0.210.990.55
HSV77°90°100°
CMYK 0.260.000.90   0.00
XYZ56.603581.772613.7201
Yxy81.77260.37220.5376
Hunter Lab90.4282-46.517354.3040
CIE-Lab92.4744-46.895286.7568

#bdfe19 color RGB value is (189,254,25).

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

The process color (four color CMYK) of #bdfe19 color hex is 0.26, 0.00, 0.90, 0.00. Web safe color of #bdfe19 is #ccff00. Color #bdfe19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 00011001
Octal 275 376 31
Decimal 189 254 25
Hex BD FE 19

RGB Percentages of Color #bdfe19

%40.38
%54.27
%5.34

CMYK Percentages of Color #bdfe19

%26
%0
%90
%0

Triadic Colors of #bdfe19

#bdfe19 #19bdfe #fe19bd

Analogous Colors of #bdfe19

#bdfe19 #4afe19 #fecd19

Monochromatic Colors of #bdfe19

#bdfe19

Complementary Color

#bdfe19 #5a19fe

#bdfe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe19 Color CSS Codes

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

#bdfe19 Text Font Color

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

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


#bdfe19 Background Color

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

This div background color is #bdfe19


#bdfe19 Border Color

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

This div border color is #bdfe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe19

Related Colors


Comments

No comments written yet.

Please login to write comment.