Color Hex Logo

#bcfcbf Color Hex

#BCFCBF
(188,252,191)
0 Favorites   0 Comments

Color spaces of #bcfcbf

RGB 188252191
HSL0.340.910.86
HSV123°25°99°
CMYK 0.250.000.24   0.01
XYZ64.953484.073862.0947
Yxy84.07380.30770.3982
Hunter Lab91.6918-34.013224.0324
CIE-Lab93.4825-31.496922.9082

#bcfcbf color RGB value is (188,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10111111
Octal 274 374 277
Decimal 188 252 191
Hex BC FC BF

RGB Percentages of Color #bcfcbf

%29.79
%39.94
%30.27

CMYK Percentages of Color #bcfcbf

%25
%0
%24
%1

Triadic Colors of #bcfcbf

#bcfcbf #bfbcfc #fcbfbc

Analogous Colors of #bcfcbf

#bcfcbf #bcfcdf #d9fcbc

Monochromatic Colors of #bcfcbf

#bcfcbf

Complementary Color

#bcfcbf #fcbcf9

#bcfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcbf Color CSS Codes

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

#bcfcbf Text Font Color

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

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


#bcfcbf Background Color

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

This div background color is #bcfcbf


#bcfcbf Border Color

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

This div border color is #bcfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcbf


Comments

No comments written yet.

Please login to write comment.