Color Hex Logo

#bcfcbe Color Hex

#BCFCBE
(188,252,190)
0 Favorites   0 Comments

Color spaces of #bcfcbe

RGB 188252190
HSL0.340.910.86
HSV122°25°99°
CMYK 0.250.000.25   0.01
XYZ64.843784.029961.5170
Yxy84.02990.30820.3994
Hunter Lab91.6678-34.151924.3788
CIE-Lab93.4635-31.662823.3913

#bcfcbe color RGB value is (188,252,190).

#bcfcbe hex color red value is 188, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcfcbe hue: 0.34 , saturation: 0.91 and the lightness value of bcfcbe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10111110
Octal 274 374 276
Decimal 188 252 190
Hex BC FC BE

RGB Percentages of Color #bcfcbe

%29.84
%40.00
%30.16

CMYK Percentages of Color #bcfcbe

%25
%0
%25
%1

Triadic Colors of #bcfcbe

#bcfcbe #bebcfc #fcbebc

Analogous Colors of #bcfcbe

#bcfcbe #bcfcde #dafcbc

Monochromatic Colors of #bcfcbe

#bcfcbe

Complementary Color

#bcfcbe #fcbcfa

#bcfcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcbe Color CSS Codes

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

#bcfcbe Text Font Color

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

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


#bcfcbe Background Color

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

This div background color is #bcfcbe


#bcfcbe Border Color

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

This div border color is #bcfcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcbe


Comments

No comments written yet.

Please login to write comment.