Color Hex Logo

#bcfdc8 Color Hex

#BCFDC8
(188,253,200)
0 Favorites   0 Comments

Color spaces of #bcfdc8

RGB 188253200
HSL0.360.940.86
HSV131°26°99°
CMYK 0.260.000.21   0.01
XYZ66.289685.112167.5780
Yxy85.11210.30270.3887
Hunter Lab92.2562-33.189321.1492
CIE-Lab93.9314-30.432118.9371

#bcfdc8 color RGB value is (188,253,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11001000
Octal 274 375 310
Decimal 188 253 200
Hex BC FD C8

RGB Percentages of Color #bcfdc8

%29.33
%39.47
%31.20

CMYK Percentages of Color #bcfdc8

%26
%0
%21
%1

Triadic Colors of #bcfdc8

#bcfdc8 #c8bcfd #fdc8bc

Analogous Colors of #bcfdc8

#bcfdc8 #bcfde9 #d1fdbc

Monochromatic Colors of #bcfdc8

#bcfdc8

Complementary Color

#bcfdc8 #fdbcf1

#bcfdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdc8 Color CSS Codes

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

#bcfdc8 Text Font Color

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

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


#bcfdc8 Background Color

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

This div background color is #bcfdc8


#bcfdc8 Border Color

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

This div border color is #bcfdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdc8

Related Colors


Comments

No comments written yet.

Please login to write comment.