Color Hex Logo

#bdfe0e Color Hex

#BDFE0E
(189,254,14)
0 Favorites   0 Comments

Color spaces of #bdfe0e

RGB 18925414
HSL0.210.990.53
HSV76°94°100°
CMYK 0.260.000.94   0.00
XYZ56.507381.734113.2135
Yxy81.73410.37310.5397
Hunter Lab90.4069-46.643754.6193
CIE-Lab92.4574-47.060387.9771

#bdfe0e color RGB value is (189,254,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 00001110
Octal 275 376 16
Decimal 189 254 14
Hex BD FE E

RGB Percentages of Color #bdfe0e

%41.36
%55.58
%3.06

CMYK Percentages of Color #bdfe0e

%26
%0
%94
%0

Triadic Colors of #bdfe0e

#bdfe0e #0ebdfe #fe0ebd

Analogous Colors of #bdfe0e

#bdfe0e #45fe0e #fec70e

Monochromatic Colors of #bdfe0e

#bdfe0e

Complementary Color

#bdfe0e #4f0efe

#bdfe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe0e Color CSS Codes

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

#bdfe0e Text Font Color

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

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


#bdfe0e Background Color

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

This div background color is #bdfe0e


#bdfe0e Border Color

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

This div border color is #bdfe0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe0e

Related Colors


Comments

No comments written yet.

Please login to write comment.