Color Hex Logo

#bcfdde Color Hex

#BCFDDE
(188,253,222)
0 Favorites   0 Comments

Color spaces of #bcfdde

RGB 188253222
HSL0.420.940.86
HSV151°26°99°
CMYK 0.260.000.12   0.01
XYZ69.049186.215982.1093
Yxy86.21590.29090.3632
Hunter Lab92.8525-29.751712.5667
CIE-Lab94.4046-26.40238.3097

#bcfdde color RGB value is (188,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11011110
Octal 274 375 336
Decimal 188 253 222
Hex BC FD DE

RGB Percentages of Color #bcfdde

%28.36
%38.16
%33.48

CMYK Percentages of Color #bcfdde

%26
%0
%12
%1

Triadic Colors of #bcfdde

#bcfdde #debcfd #fddebc

Analogous Colors of #bcfdde

#bcfdde #bcfcfd #bcfdbe

Monochromatic Colors of #bcfdde

#bcfdde

Complementary Color

#bcfdde #fdbcdb

#bcfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdde Color CSS Codes

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

#bcfdde Text Font Color

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

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


#bcfdde Background Color

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

This div background color is #bcfdde


#bcfdde Border Color

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

This div border color is #bcfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdde


Comments

No comments written yet.

Please login to write comment.