Color Hex Logo

#bcfdc0 Color Hex

#BCFDC0
(188,253,192)
0 Favorites   0 Comments

Color spaces of #bcfdc0

RGB 188253192
HSL0.340.940.86
HSV124°26°99°
CMYK 0.260.000.24   0.01
XYZ65.378784.747762.7813
Yxy84.74770.30710.3980
Hunter Lab92.0585-34.334124.0069
CIE-Lab93.7743-31.795222.8021

#bcfdc0 color RGB value is (188,253,192).

#bcfdc0 hex color red value is 188, green value is 253 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bcfdc0 hue: 0.34 , saturation: 0.94 and the lightness value of bcfdc0 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11000000
Octal 274 375 300
Decimal 188 253 192
Hex BC FD C0

RGB Percentages of Color #bcfdc0

%29.70
%39.97
%30.33

CMYK Percentages of Color #bcfdc0

%26
%0
%24
%1

Triadic Colors of #bcfdc0

#bcfdc0 #c0bcfd #fdc0bc

Analogous Colors of #bcfdc0

#bcfdc0 #bcfde1 #d9fdbc

Monochromatic Colors of #bcfdc0

#bcfdc0

Complementary Color

#bcfdc0 #fdbcf9

#bcfdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdc0 Color CSS Codes

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

#bcfdc0 Text Font Color

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

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


#bcfdc0 Background Color

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

This div background color is #bcfdc0


#bcfdc0 Border Color

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

This div border color is #bcfdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdc0

Related Colors


Comments

No comments written yet.

Please login to write comment.