Color Hex Logo

#bdfc4e Color Hex

#BDFC4E
(189,252,78)
0 Favorites   0 Comments

Color spaces of #bdfc4e

RGB 18925278
HSL0.230.970.65
HSV82°69°99°
CMYK 0.250.000.69   0.01
XYZ57.171880.989719.8270
Yxy80.98970.36190.5126
Hunter Lab89.9943-44.092049.9336
CIE-Lab92.1271-43.995173.0654

#bdfc4e color RGB value is (189,252,78).

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

The process color (four color CMYK) of #bdfc4e color hex is 0.25, 0.00, 0.69, 0.01. Web safe color of #bdfc4e is #ccff66. Color #bdfc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01001110
Octal 275 374 116
Decimal 189 252 78
Hex BD FC 4E

RGB Percentages of Color #bdfc4e

%36.42
%48.55
%15.03

CMYK Percentages of Color #bdfc4e

%25
%0
%69
%1

Triadic Colors of #bdfc4e

#bdfc4e #4ebdfc #fc4ebd

Analogous Colors of #bdfc4e

#bdfc4e #66fc4e #fce44e

Monochromatic Colors of #bdfc4e

#bdfc4e

Complementary Color

#bdfc4e #8d4efc

#bdfc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc4e Color CSS Codes

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

#bdfc4e Text Font Color

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

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


#bdfc4e Background Color

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

This div background color is #bdfc4e


#bdfc4e Border Color

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

This div border color is #bdfc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc4e


Comments

No comments written yet.

Please login to write comment.