Color Hex Logo

#bdfa5e Color Hex

#BDFA5E
(189,250,94)
0 Favorites   0 Comments

Color spaces of #bdfa5e

RGB 18925094
HSL0.230.940.67
HSV83°62°98°
CMYK 0.240.000.62   0.02
XYZ57.192379.998223.0165
Yxy79.99820.35700.4993
Hunter Lab89.4417-42.383647.3518
CIE-Lab91.6841-42.035066.5225

#bdfa5e color RGB value is (189,250,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01011110
Octal 275 372 136
Decimal 189 250 94
Hex BD FA 5E

RGB Percentages of Color #bdfa5e

%35.46
%46.90
%17.64

CMYK Percentages of Color #bdfa5e

%24
%0
%62
%2

Triadic Colors of #bdfa5e

#bdfa5e #5ebdfa #fa5ebd

Analogous Colors of #bdfa5e

#bdfa5e #6ffa5e #fae95e

Monochromatic Colors of #bdfa5e

#bdfa5e

Complementary Color

#bdfa5e #9b5efa

#bdfa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa5e Color CSS Codes

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

#bdfa5e Text Font Color

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

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


#bdfa5e Background Color

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

This div background color is #bdfa5e


#bdfa5e Border Color

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

This div border color is #bdfa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa5e


Comments

No comments written yet.

Please login to write comment.