Color Hex Logo

#bcfbcb Color Hex

#BCFBCB
(188,251,203)
0 Favorites   0 Comments

Color spaces of #bcfbcb

RGB 188251203
HSL0.370.890.86
HSV134°25°98°
CMYK 0.250.000.19   0.02
XYZ66.015783.997569.2337
Yxy83.99750.30110.3831
Hunter Lab91.6502-31.814019.3667
CIE-Lab93.4494-28.966116.7241

#bcfbcb color RGB value is (188,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 11001011
Octal 274 373 313
Decimal 188 251 203
Hex BC FB CB

RGB Percentages of Color #bcfbcb

%29.28
%39.10
%31.62

CMYK Percentages of Color #bcfbcb

%25
%0
%19
%2

Triadic Colors of #bcfbcb

#bcfbcb #cbbcfb #fbcbbc

Analogous Colors of #bcfbcb

#bcfbcb #bcfbeb #cdfbbc

Monochromatic Colors of #bcfbcb

#bcfbcb

Complementary Color

#bcfbcb #fbbcec

#bcfbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfbcb Color CSS Codes

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

#bcfbcb Text Font Color

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

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


#bcfbcb Background Color

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

This div background color is #bcfbcb


#bcfbcb Border Color

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

This div border color is #bcfbcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,251,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 #bcfbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfbcb

Related Colors


Comments

No comments written yet.

Please login to write comment.