Color Hex Logo

#bcfdda Color Hex

#BCFDDA
(188,253,218)
0 Favorites   0 Comments

Color spaces of #bcfdda

RGB 188253218
HSL0.410.940.86
HSV148°26°99°
CMYK 0.260.000.14   0.01
XYZ68.519286.003979.3187
Yxy86.00390.29300.3678
Hunter Lab92.7383-30.408214.2063
CIE-Lab94.3140-27.164710.2397

#bcfdda color RGB value is (188,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11011010
Octal 274 375 332
Decimal 188 253 218
Hex BC FD DA

RGB Percentages of Color #bcfdda

%28.53
%38.39
%33.08

CMYK Percentages of Color #bcfdda

%26
%0
%14
%1

Triadic Colors of #bcfdda

#bcfdda #dabcfd #fddabc

Analogous Colors of #bcfdda

#bcfdda #bcfdfb #bffdbc

Monochromatic Colors of #bcfdda

#bcfdda

Complementary Color

#bcfdda #fdbcdf

#bcfdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdda Color CSS Codes

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

#bcfdda Text Font Color

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

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


#bcfdda Background Color

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

This div background color is #bcfdda


#bcfdda Border Color

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

This div border color is #bcfdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdda


Comments

No comments written yet.

Please login to write comment.