Color Hex Logo

#bdfc1e Color Hex

#BDFC1E
(189,252,30)
0 Favorites   0 Comments

Color spaces of #bdfc1e

RGB 18925230
HSL0.210.970.55
HSV77°88°99°
CMYK 0.250.000.88   0.01
XYZ56.031080.533413.8196
Yxy80.53340.37260.5355
Hunter Lab89.7404-45.596153.6879
CIE-Lab91.9237-45.944485.5655

#bdfc1e color RGB value is (189,252,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 00011110
Octal 275 374 36
Decimal 189 252 30
Hex BD FC 1E

RGB Percentages of Color #bdfc1e

%40.13
%53.50
%6.37

CMYK Percentages of Color #bdfc1e

%25
%0
%88
%1

Triadic Colors of #bdfc1e

#bdfc1e #1ebdfc #fc1ebd

Analogous Colors of #bdfc1e

#bdfc1e #4efc1e #fccc1e

Monochromatic Colors of #bdfc1e

#bdfc1e

Complementary Color

#bdfc1e #5d1efc

#bdfc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc1e Color CSS Codes

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

#bdfc1e Text Font Color

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

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


#bdfc1e Background Color

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

This div background color is #bdfc1e


#bdfc1e Border Color

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

This div border color is #bdfc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc1e


Comments

No comments written yet.

Please login to write comment.