Color Hex Logo

#bcf2bc Color Hex

#BCF2BC
(188,242,188)
1 Favorites   0 Comments

Color spaces of #bcf2bc

RGB 188242188
HSL0.330.680.84
HSV120°22°95°
CMYK 0.220.000.22   0.05
XYZ61.568377.826559.3540
Yxy77.82650.30980.3916
Hunter Lab88.2193-29.808621.8632
CIE-Lab90.7007-27.293720.5888

#bcf2bc color RGB value is (188,242,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 10111100
Octal 274 362 274
Decimal 188 242 188
Hex BC F2 BC

RGB Percentages of Color #bcf2bc

%30.42
%39.16
%30.42

CMYK Percentages of Color #bcf2bc

%22
%0
%22
%5

Triadic Colors of #bcf2bc

#bcf2bc #bcbcf2 #f2bcbc

Analogous Colors of #bcf2bc

#bcf2bc #bcf2d7 #d7f2bc

Monochromatic Colors of #bcf2bc

#bcf2bc

Complementary Color

#bcf2bc #f2bcf2

#bcf2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf2bc Color CSS Codes

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

#bcf2bc Text Font Color

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

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


#bcf2bc Background Color

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

This div background color is #bcf2bc


#bcf2bc Border Color

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

This div border color is #bcf2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf2bc


Comments

No comments written yet.

Please login to write comment.