Color Hex Logo

#bcfcce Color Hex

#BCFCCE
(188,252,206)
0 Favorites   0 Comments

Color spaces of #bcfcce

RGB 188252206
HSL0.380.910.86
HSV137°25°99°
CMYK 0.250.000.18   0.01
XYZ66.690084.768471.2395
Yxy84.76840.29950.3806
Hunter Lab92.0698-31.827018.5729
CIE-Lab93.7832-28.902415.6546

#bcfcce color RGB value is (188,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11001110
Octal 274 374 316
Decimal 188 252 206
Hex BC FC CE

RGB Percentages of Color #bcfcce

%29.10
%39.01
%31.89

CMYK Percentages of Color #bcfcce

%25
%0
%18
%1

Triadic Colors of #bcfcce

#bcfcce #cebcfc #fccebc

Analogous Colors of #bcfcce

#bcfcce #bcfcee #cafcbc

Monochromatic Colors of #bcfcce

#bcfcce

Complementary Color

#bcfcce #fcbcea

#bcfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcce Color CSS Codes

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

#bcfcce Text Font Color

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

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


#bcfcce Background Color

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

This div background color is #bcfcce


#bcfcce Border Color

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

This div border color is #bcfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcce

Related Colors


Comments

No comments written yet.

Please login to write comment.