Color Hex Logo

#bcf4cc Color Hex

#BCF4CC
(188,244,204)
0 Favorites   0 Comments

Color spaces of #bcf4cc

RGB 188244204
HSL0.380.720.85
HSV137°23°96°
CMYK 0.230.000.16   0.04
XYZ63.988879.752469.1479
Yxy79.75240.30060.3746
Hunter Lab89.3042-28.382416.6049
CIE-Lab91.5737-25.459913.5611

#bcf4cc color RGB value is (188,244,204).

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

The process color (four color CMYK) of #bcf4cc color hex is 0.23, 0.00, 0.16, 0.04. Web safe color of #bcf4cc is #ccffcc. Color #bcf4cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 11001100
Octal 274 364 314
Decimal 188 244 204
Hex BC F4 CC

RGB Percentages of Color #bcf4cc

%29.56
%38.36
%32.08

CMYK Percentages of Color #bcf4cc

%23
%0
%16
%4

Triadic Colors of #bcf4cc

#bcf4cc #ccbcf4 #f4ccbc

Analogous Colors of #bcf4cc

#bcf4cc #bcf4e8 #c8f4bc

Monochromatic Colors of #bcf4cc

#bcf4cc

Complementary Color

#bcf4cc #f4bce4

#bcf4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf4cc Color CSS Codes

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

#bcf4cc Text Font Color

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

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


#bcf4cc Background Color

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

This div background color is #bcf4cc


#bcf4cc Border Color

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

This div border color is #bcf4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf4cc


Comments

No comments written yet.

Please login to write comment.