Color Hex Logo

#bcfa7f Color Hex

#BCFA7F
(188,250,127)
0 Favorites   0 Comments

Color spaces of #bcfa7f

RGB 188250127
HSL0.250.920.74
HSV90°49°98°
CMYK 0.250.000.49   0.02
XYZ58.755480.594932.5383
Yxy80.59490.34180.4689
Hunter Lab89.7747-40.281641.3530
CIE-Lab91.9511-39.375052.4092

#bcfa7f color RGB value is (188,250,127).

#bcfa7f hex color red value is 188, green value is 250 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcfa7f hue: 0.25 , saturation: 0.92 and the lightness value of bcfa7f is 0.74.

The process color (four color CMYK) of #bcfa7f color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #bcfa7f is #ccff66. Color #bcfa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 01111111
Octal 274 372 177
Decimal 188 250 127
Hex BC FA 7F

RGB Percentages of Color #bcfa7f

%33.27
%44.25
%22.48

CMYK Percentages of Color #bcfa7f

%25
%0
%49
%2

Triadic Colors of #bcfa7f

#bcfa7f #7fbcfa #fa7fbc

Analogous Colors of #bcfa7f

#bcfa7f #7ffa80 #fafa7f

Monochromatic Colors of #bcfa7f

#bcfa7f

Complementary Color

#bcfa7f #bd7ffa

#bcfa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfa7f Color CSS Codes

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

#bcfa7f Text Font Color

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

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


#bcfa7f Background Color

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

This div background color is #bcfa7f


#bcfa7f Border Color

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

This div border color is #bcfa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfa7f

Related Colors


Comments

No comments written yet.

Please login to write comment.