Color Hex Logo

#bcfddc Color Hex

#BCFDDC
(188,253,220)
0 Favorites   0 Comments

Color spaces of #bcfddc

RGB 188253220
HSL0.420.940.86
HSV150°26°99°
CMYK 0.260.000.13   0.01
XYZ68.782686.109280.7057
Yxy86.10920.29190.3655
Hunter Lab92.7950-30.081513.3908
CIE-Lab94.3590-26.78509.2744

#bcfddc color RGB value is (188,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 11011100
Octal 274 375 334
Decimal 188 253 220
Hex BC FD DC

RGB Percentages of Color #bcfddc

%28.44
%38.28
%33.28

CMYK Percentages of Color #bcfddc

%26
%0
%13
%1

Triadic Colors of #bcfddc

#bcfddc #dcbcfd #fddcbc

Analogous Colors of #bcfddc

#bcfddc #bcfdfd #bdfdbc

Monochromatic Colors of #bcfddc

#bcfddc

Complementary Color

#bcfddc #fdbcdd

#bcfddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfddc Color CSS Codes

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

#bcfddc Text Font Color

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

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


#bcfddc Background Color

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

This div background color is #bcfddc


#bcfddc Border Color

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

This div border color is #bcfddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfddc


Comments

No comments written yet.

Please login to write comment.