Color Hex Logo

#bdfa4e Color Hex

#BDFA4E
(189,250,78)
0 Favorites   0 Comments

Color spaces of #bdfa4e

RGB 18925078
HSL0.230.950.64
HSV81°69°98°
CMYK 0.240.000.69   0.02
XYZ56.547079.740119.6188
Yxy79.74010.36270.5115
Hunter Lab89.2973-43.236249.4820
CIE-Lab91.5681-43.128872.4998

#bdfa4e color RGB value is (189,250,78).

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

The process color (four color CMYK) of #bdfa4e color hex is 0.24, 0.00, 0.69, 0.02. Web safe color of #bdfa4e is #ccff66. Color #bdfa4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01001110
Octal 275 372 116
Decimal 189 250 78
Hex BD FA 4E

RGB Percentages of Color #bdfa4e

%36.56
%48.36
%15.09

CMYK Percentages of Color #bdfa4e

%24
%0
%69
%2

Triadic Colors of #bdfa4e

#bdfa4e #4ebdfa #fa4ebd

Analogous Colors of #bdfa4e

#bdfa4e #67fa4e #fae14e

Monochromatic Colors of #bdfa4e

#bdfa4e

Complementary Color

#bdfa4e #8b4efa

#bdfa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa4e Color CSS Codes

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

#bdfa4e Text Font Color

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

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


#bdfa4e Background Color

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

This div background color is #bdfa4e


#bdfa4e Border Color

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

This div border color is #bdfa4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,250,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 #bdfa4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa4e


Comments

No comments written yet.

Please login to write comment.