Color Hex Logo

#bcfacb Color Hex

#BCFACB
(188,250,203)
0 Favorites   0 Comments

Color spaces of #bcfacb

RGB 188250203
HSL0.370.860.86
HSV135°25°98°
CMYK 0.250.000.19   0.02
XYZ65.704183.374469.1298
Yxy83.37440.30110.3821
Hunter Lab91.3096-31.347619.0287
CIE-Lab93.1781-28.494416.3424

#bcfacb color RGB value is (188,250,203).

#bcfacb hex color red value is 188, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcfacb hue: 0.37 , saturation: 0.86 and the lightness value of bcfacb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11001011
Octal 274 372 313
Decimal 188 250 203
Hex BC FA CB

RGB Percentages of Color #bcfacb

%29.33
%39.00
%31.67

CMYK Percentages of Color #bcfacb

%25
%0
%19
%2

Triadic Colors of #bcfacb

#bcfacb #cbbcfa #facbbc

Analogous Colors of #bcfacb

#bcfacb #bcfaea #ccfabc

Monochromatic Colors of #bcfacb

#bcfacb

Complementary Color

#bcfacb #fabceb

#bcfacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfacb Color CSS Codes

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

#bcfacb Text Font Color

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

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


#bcfacb Background Color

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

This div background color is #bcfacb


#bcfacb Border Color

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

This div border color is #bcfacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfacb


Comments

No comments written yet.

Please login to write comment.