Color Hex Logo

#bcfcf1 Color Hex

#BCFCF1
(188,252,241)
0 Favorites   0 Comments

Color spaces of #bcfcf1

RGB 188252241
HSL0.470.910.86
HSV170°25°99°
CMYK 0.250.000.04   0.01
XYZ71.426686.663096.1821
Yxy86.66300.28090.3408
Hunter Lab93.0930-25.95663.9076
CIE-Lab94.5951-22.1228-1.2187

#bcfcf1 color RGB value is (188,252,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11110001
Octal 274 374 361
Decimal 188 252 241
Hex BC FC F1

RGB Percentages of Color #bcfcf1

%27.61
%37.00
%35.39

CMYK Percentages of Color #bcfcf1

%25
%0
%4
%1

Triadic Colors of #bcfcf1

#bcfcf1 #f1bcfc #fcf1bc

Analogous Colors of #bcfcf1

#bcfcf1 #bce7fc #bcfcd1

Monochromatic Colors of #bcfcf1

#bcfcf1

Complementary Color

#bcfcf1 #fcbcc7

#bcfcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcf1 Color CSS Codes

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

#bcfcf1 Text Font Color

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

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


#bcfcf1 Background Color

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

This div background color is #bcfcf1


#bcfcf1 Border Color

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

This div border color is #bcfcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcf1


Comments

No comments written yet.

Please login to write comment.