Color Hex Logo

#bcfec2 Color Hex

#BCFEC2
(188,254,194)
0 Favorites   0 Comments

Color spaces of #bcfec2

RGB 188254194
HSL0.350.970.87
HSV125°26°100°
CMYK 0.260.000.24   0.00
XYZ65.918585.470064.0620
Yxy85.47000.30600.3967
Hunter Lab92.4500-34.513823.6308
CIE-Lab94.0853-31.924322.2140

#bcfec2 color RGB value is (188,254,194).

#bcfec2 hex color red value is 188, green value is 254 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bcfec2 hue: 0.35 , saturation: 0.97 and the lightness value of bcfec2 is 0.87.

The process color (four color CMYK) of #bcfec2 color hex is 0.26, 0.00, 0.24, 0.00. Web safe color of #bcfec2 is #ccffcc. Color #bcfec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 11000010
Octal 274 376 302
Decimal 188 254 194
Hex BC FE C2

RGB Percentages of Color #bcfec2

%29.56
%39.94
%30.50

CMYK Percentages of Color #bcfec2

%26
%0
%24
%0

Triadic Colors of #bcfec2

#bcfec2 #c2bcfe #fec2bc

Analogous Colors of #bcfec2

#bcfec2 #bcfee3 #d7febc

Monochromatic Colors of #bcfec2

#bcfec2

Complementary Color

#bcfec2 #febcf8

#bcfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfec2 Color CSS Codes

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

#bcfec2 Text Font Color

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

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


#bcfec2 Background Color

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

This div background color is #bcfec2


#bcfec2 Border Color

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

This div border color is #bcfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfec2


Comments

No comments written yet.

Please login to write comment.