Color Hex Logo

#bcf2cc Color Hex

#BCF2CC
(188,242,204)
0 Favorites   0 Comments

Color spaces of #bcf2cc

RGB 188242204
HSL0.380.680.84
HSV138°22°95°
CMYK 0.220.000.16   0.05
XYZ63.390378.555368.9484
Yxy78.55530.30060.3725
Hunter Lab88.6314-27.439615.9190
CIE-Lab91.0327-24.498712.7939

#bcf2cc color RGB value is (188,242,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 11001100
Octal 274 362 314
Decimal 188 242 204
Hex BC F2 CC

RGB Percentages of Color #bcf2cc

%29.65
%38.17
%32.18

CMYK Percentages of Color #bcf2cc

%22
%0
%16
%5

Triadic Colors of #bcf2cc

#bcf2cc #ccbcf2 #f2ccbc

Analogous Colors of #bcf2cc

#bcf2cc #bcf2e7 #c7f2bc

Monochromatic Colors of #bcf2cc

#bcf2cc

Complementary Color

#bcf2cc #f2bce2

#bcf2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf2cc Color CSS Codes

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

#bcf2cc Text Font Color

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

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


#bcf2cc Background Color

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

This div background color is #bcf2cc


#bcf2cc Border Color

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

This div border color is #bcf2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf2cc

Related Colors


Comments

No comments written yet.

Please login to write comment.