Color Hex Logo

#bcf1cc Color Hex

#BCF1CC
(188,241,204)
0 Favorites   0 Comments

Color spaces of #bcf1cc

RGB 188241204
HSL0.380.650.84
HSV138°22°95°
CMYK 0.220.000.15   0.05
XYZ63.093477.961668.8495
Yxy77.96160.30060.3714
Hunter Lab88.2959-26.967415.5752
CIE-Lab90.7624-24.016612.4100

#bcf1cc color RGB value is (188,241,204).

#bcf1cc hex color red value is 188, green value is 241 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bcf1cc hue: 0.38 , saturation: 0.65 and the lightness value of bcf1cc is 0.84.

The process color (four color CMYK) of #bcf1cc color hex is 0.22, 0.00, 0.15, 0.05. Web safe color of #bcf1cc is #ccffcc. Color #bcf1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 11001100
Octal 274 361 314
Decimal 188 241 204
Hex BC F1 CC

RGB Percentages of Color #bcf1cc

%29.70
%38.07
%32.23

CMYK Percentages of Color #bcf1cc

%22
%0
%15
%5

Triadic Colors of #bcf1cc

#bcf1cc #ccbcf1 #f1ccbc

Analogous Colors of #bcf1cc

#bcf1cc #bcf1e7 #c7f1bc

Monochromatic Colors of #bcf1cc

#bcf1cc

Complementary Color

#bcf1cc #f1bce1

#bcf1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf1cc Color CSS Codes

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

#bcf1cc Text Font Color

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

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


#bcf1cc Background Color

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

This div background color is #bcf1cc


#bcf1cc Border Color

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

This div border color is #bcf1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf1cc


Comments

No comments written yet.

Please login to write comment.