Color Hex Logo

#bdfe11 Color Hex

#BDFE11
(189,254,17)
0 Favorites   0 Comments

Color spaces of #bdfe11

RGB 18925417
HSL0.210.990.53
HSV76°93°100°
CMYK 0.260.000.93   0.00
XYZ56.529381.742913.3289
Yxy81.74290.37290.5392
Hunter Lab90.4118-46.614854.5475
CIE-Lab92.4613-47.022587.6964

#bdfe11 color RGB value is (189,254,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 00010001
Octal 275 376 21
Decimal 189 254 17
Hex BD FE 11

RGB Percentages of Color #bdfe11

%41.09
%55.22
%3.70

CMYK Percentages of Color #bdfe11

%26
%0
%93
%0

Triadic Colors of #bdfe11

#bdfe11 #11bdfe #fe11bd

Analogous Colors of #bdfe11

#bdfe11 #46fe11 #fec911

Monochromatic Colors of #bdfe11

#bdfe11

Complementary Color

#bdfe11 #5211fe

#bdfe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe11 Color CSS Codes

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

#bdfe11 Text Font Color

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

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


#bdfe11 Background Color

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

This div background color is #bdfe11


#bdfe11 Border Color

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

This div border color is #bdfe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe11


Comments

No comments written yet.

Please login to write comment.