Color Hex Logo

#bcfdc3 Color Hex

#BCFDC3
(188,253,195)
2 Favorites   0 Comments

Color spaces of #bcfdc3

RGB 188253195
HSL0.350.940.86
HSV126°26°99°
CMYK 0.260.000.23   0.01
XYZ65.714684.882164.5501
Yxy84.88210.30540.3945
Hunter Lab92.1315-33.911422.9517
CIE-Lab93.8323-31.290621.3532

#bcfdc3 color RGB value is (188,253,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11000011
Octal 274 375 303
Decimal 188 253 195
Hex BC FD C3

RGB Percentages of Color #bcfdc3

%29.56
%39.78
%30.66

CMYK Percentages of Color #bcfdc3

%26
%0
%23
%1

Triadic Colors of #bcfdc3

#bcfdc3 #c3bcfd #fdc3bc

Analogous Colors of #bcfdc3

#bcfdc3 #bcfde4 #d6fdbc

Monochromatic Colors of #bcfdc3

#bcfdc3

Complementary Color

#bcfdc3 #fdbcf6

#bcfdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdc3 Color CSS Codes

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

#bcfdc3 Text Font Color

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

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


#bcfdc3 Background Color

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

This div background color is #bcfdc3


#bcfdc3 Border Color

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

This div border color is #bcfdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdc3


Comments

No comments written yet.

Please login to write comment.