Color Hex Logo

#bdfa5f Color Hex

#BDFA5F
(189,250,95)
0 Favorites   0 Comments

Color spaces of #bdfa5f

RGB 18925095
HSL0.230.940.68
HSV84°62°98°
CMYK 0.240.000.62   0.02
XYZ57.237480.016323.2544
Yxy80.01630.35660.4985
Hunter Lab89.4518-42.324247.2029
CIE-Lab91.6922-41.959066.1274

#bdfa5f color RGB value is (189,250,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01011111
Octal 275 372 137
Decimal 189 250 95
Hex BD FA 5F

RGB Percentages of Color #bdfa5f

%35.39
%46.82
%17.79

CMYK Percentages of Color #bdfa5f

%24
%0
%62
%2

Triadic Colors of #bdfa5f

#bdfa5f #5fbdfa #fa5fbd

Analogous Colors of #bdfa5f

#bdfa5f #70fa5f #faea5f

Monochromatic Colors of #bdfa5f

#bdfa5f

Complementary Color

#bdfa5f #9c5ffa

#bdfa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa5f Color CSS Codes

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

#bdfa5f Text Font Color

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

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


#bdfa5f Background Color

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

This div background color is #bdfa5f


#bdfa5f Border Color

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

This div border color is #bdfa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa5f


Comments

No comments written yet.

Please login to write comment.